Click or drag to resize
Xcalibur Systems LLC Logo

ServiceRuns Enumeration

The service is running in a process that is not a system process, or it is not running.

Namespace: Xcalibur.NativeMethods.V2.Services
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
public enum ServiceRuns
Members
Member nameValueDescription
Default0 The service is running in a process that is not a system process, or it is not running. If the service is running in a process that is not a system process, is nonzero. If the service is not running, is zero.
InSystemProcess1 The service runs in a system process that must always be running.
See Also