public enum RunningService.Types.StartModeReference documentation and code samples for the Migration Center v1 API enum RunningService.Types.StartMode.
Service start mode (OS-agnostic).
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Fields |
|
|---|---|
| Name | Description |
Auto |
The service is started by the operating system, at system start-up |
Boot |
The service is a device driver started by the system loader. |
Disabled |
The service is disabled. |
Manual |
The service is started only manually, by a user. |
System |
The service is a device driver started by the IOInitSystem function. |
Unspecified |
Start mode unspecified. |