Enum WindowsServiceStartMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the start mode type for a Windows service.
public enum WindowsServiceStartMode
Fields
Auto = 3
The service is started automatically.
AutoDelay = 6
The service is started automatically, however after other auto-start services are started plus a short delay.
AutoDelayTrigger = 5
The service is started automatically, however after other auto-start services are started plus a short delay and triggered.
AutoTrigger = 4
The service is started automatically but triggered.
Boot = 1
The start mode is boot, this valid only for driver services.
Disabled = 9
The service is disabled.
Manual = 7
The service must be started manually.
ManualTrigger = 8
The service must be started manually but triggered.
System = 2
The start mode is system. This value is valid only for driver services.
Unknown = 0
The start mode is unknown.