UtilProcessIsRunning Method

Determines whether exists at least one running process running with the specified name.

Definition

Namespace: DevCase.Core.Diagnostics.Processes
Assembly: 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
)

Parameters

processName  String
The process name.

Return Value

Boolean
if exists, at least, one running process with the specified name. otherwise.

See Also