Class StartMode (0.1.8)

StartMode(value)

Service start mode (OS-agnostic).

Enums

Name Description
START_MODE_UNSPECIFIED Start mode unspecified.
BOOT The service is a device driver started by the system loader.
SYSTEM The service is a device driver started by the IOInitSystem function.
AUTO The service is started by the operating system, at system start-up
MANUAL The service is started only manually, by a user.
DISABLED The service is disabled.