ProcessHelperIsProcessRunning Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
Boolean
See Also