public enum Service.State extends Enum<Service.State> implements ProtocolMessageEnumThe current status of the service.
Protobuf enum google.backstory.Service.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
COMPLETED |
The service is completed. |
COMPLETED_VALUE |
The service is completed. |
CONTINUE_PENDING |
The service is continuing. |
CONTINUE_PENDING_VALUE |
The service is continuing. |
PAUSED |
The service is paused. This is a Windows-specific service status. |
PAUSED_VALUE |
The service is paused. This is a Windows-specific service status. |
PAUSE_PENDING |
The service is pausing. |
PAUSE_PENDING_VALUE |
The service is pausing. |
RUNNING |
The service is running. |
RUNNING_VALUE |
The service is running. |
START_PENDING |
The service is starting. |
START_PENDING_VALUE |
The service is starting. |
STATE_UNSPECIFIED |
Default service status. |
STATE_UNSPECIFIED_VALUE |
Default service status. |
STOPPED |
The service is stopped. This is a Windows-specific service status. |
STOPPED_VALUE |
The service is stopped. This is a Windows-specific service status. |
STOP_PENDING |
The service is stopping. |
STOP_PENDING_VALUE |
The service is stopping. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|