RanorexRanorex Documentation
CloseApplication Method (processId)
NamespacesRanorexHostCloseApplication(Int32)
Closes an application with the specified process ID by trying to close its main window.
Declaration Syntax
C#Visual BasicVisual C++
public void CloseApplication(
	int processId
)
Public Sub CloseApplication ( _
	processId As Integer _
)
public:
void CloseApplication(
	int processId
)
Parameters
processId (Int32)
The process ID of the application to close.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)