Enum Service.Types.State
The current status of the service.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Service.Types.State
Fields
| Name | Description |
|---|---|
| Completed | The service is completed. |
| ContinuePending | The service is continuing. |
| PausePending | The service is pausing. |
| Paused | The service is paused. This is a Windows-specific service status. |
| Running | The service is running. |
| StartPending | The service is starting. |
| StopPending | The service is stopping. |
| Stopped | The service is stopped. This is a Windows-specific service status. |
| Unspecified | Default service status. |