APIDoesProcessExist Method |
Checks if specified Process is running.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public bool DoesProcessExist(
string ProcessName
)
Parameters
- ProcessName
- Type: SystemString
[Missing <param name="ProcessName"/> documentation for "M:AppRobotic.API.DoesProcessExist(System.String)"]
Return Value
Type:
BooleanReturns boolean True if process is running, or False if process isn't running.
See Also