Click or drag to resize
weroSoft AG, Software
ProcessRunning Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the values which are used for expressing whether the same process is already running.

Namespace:  WeroSoft.ProcessManagement.Automation
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
[FlagsAttribute]
public enum ProcessRunning
Members
  Member nameValueDescription
No0 The process is not already running.
SameSource1 A same process from the same source is running.
OtherSource2 A same process from another source is running.
SameAndOtherSource4 The process is started multiple times from same and other sources.
BitDifferent8 Found a process with the same name bit different address bit wide.
See Also