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
Syntaxvoid Close(
	int waitTimeout = 60000
)
Sub Close ( 
	Optional waitTimeout As Integer = 60000
)
Dim instance As IProcess
Dim waitTimeout As Integer
instance.Close(waitTimeout)
void Close(
	int waitTimeout = 60000
)
Parameters
- waitTimeout (Optional)
- Type: SystemInt32
 A time limit to wait for the process to close.
 Exceptions
Exceptions See Also
See Also