Click or drag to resize

IProcessClose Method

Closes the process by sending the close command to its main window and waits until the process is closed or the specified time limit is reached.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
void Close(
	int waitTimeout = 60000
)

Parameters

waitTimeout (Optional)
Type: SystemInt32
A time limit to wait for the process to close.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also