UtilProcessIsRunning Method
Determines whether exists at least one running process running with the specified name.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsRunning(
string processName
)
Public Shared Function IsRunning (
processName As String
) As Boolean
Dim processName As String
Dim returnValue As Boolean
returnValue = UtilProcess.IsRunning(processName)
public:
static bool IsRunning(
String^ processName
)
static member IsRunning :
processName : string -> bool
No code example is currently available or this language may not be supported.
- processName String
-
The process name.
Boolean if exists, at least, one running process with the specified name.
otherwise.