Click or drag to resize

SERVICE_STATE Enumeration

The current state of a Windows service.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum SERVICE_STATE
Members
  Member nameValueDescription
SERVICE_STOPPED1 The service is not running.
SERVICE_START_PENDING2 The service is starting.
SERVICE_STOP_PENDING3 The service is stopping.
SERVICE_RUNNING4 The service is running.
SERVICE_CONTINUE_PENDING5 The service continue is pending.
SERVICE_PAUSE_PENDING6 The service pause is pending.
SERVICE_PAUSED7 The service is paused.
See Also