Click or drag to resize
ServicesStartModeEnum Enumeration
Represents the startup mode of a Windows service.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public enum ServicesStartModeEnum
Members
  Member nameValueDescription
Boot0 Indicates that the device driver is started by the operating system loader.
System1 Indicates that the device driver is started by the operating system initialization process.
Auto2 Indicates that the service is started automatically by the Service Control Manager during system startup.
Manual3 Indicates that the service is started by the Service Control Manager upon user request.
Disabled4 Indicates that the service cannot be started.
Unknown5 Indicates that WMI was unable to determine the start mode of the service. This is undocumented, but we have seen cases where this caused problems.
See Also