ProcessHelperIsProcessRunning Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static bool IsProcessRunning(
string processName
)
Public Shared Function IsProcessRunning (
processName As String
) As Boolean
public:
static bool IsProcessRunning(
String^ processName
)
static member IsProcessRunning :
processName : string -> bool
Parameters
- processName
- Type: SystemString
Return Value
Type:
BooleanSee Also