ServiceStartMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The start mode for a service
public enum ServiceStartMode
type ServiceStartMode =
Public Enum ServiceStartMode
- Inheritance
-
ServiceStartMode
Fields
Auto | 2 | |
Boot | 0 | |
Disabled | 4 | |
Manual | 3 | |
System | 1 |