APITerminateProcess Method |
Terminates a running process.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public bool TerminateProcess(
string ProcessName
)
Parameters
- ProcessName
- Type: SystemString
[Missing <param name="ProcessName"/> documentation for "M:AppRobotic.API.TerminateProcess(System.String)"]
Return Value
Type:
BooleanReturns boolean True if process successfully terminated, or False otherwise.
See Also