TestimoX

API Reference

Enum

ServiceStartupType

Namespace ComputerX.Services
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Determines the startup type of a service.

Inheritance

  • Enum
  • ServiceStartupType

Values

public const ServiceStartupType Unknown #

Startup type not determined.

Value: 0
public const ServiceStartupType Automatic #

Starts automatically at boot.

Value: 1
public const ServiceStartupType Manual #

Requires manual start.

Value: 2
public const ServiceStartupType Disabled #

Disabled and cannot start.

Value: 3