Enum Service.Types.StartupType
How the service is started.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Service.Types.StartupType
Fields
| Name | Description |
|---|---|
| Automatic | The service is started automatically. |
| Disabled | The service is disabled and will not start automatically. |
| Manual | The service is started manually by a user. |
| Unspecified | Default startup type. |