public enum WindowsScheduledTask.TaskState extends Enum<WindowsScheduledTask.TaskState> implements ProtocolMessageEnumEnum representing the operation state of the task.
Protobuf enum google.backstory.WindowsScheduledTask.TaskState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The task is ready to be executed, but no instances are queued or running. |
ACTIVE_VALUE |
The task is ready to be executed, but no instances are queued or running. |
DISABLED |
The task is registered but is disabled and no instances of the task are queued or running. The task cannot be run until it is enabled. |
DISABLED_VALUE |
The task is registered but is disabled and no instances of the task are queued or running. The task cannot be run until it is enabled. |
QUEUED |
Instances of the task are queued. |
QUEUED_VALUE |
Instances of the task are queued. |
RUNNING |
One or more instances of the task are running. |
RUNNING_VALUE |
One or more instances of the task are running. |
TASK_STATE_UNSPECIFIED |
The state of the task is unknown or not specified. |
TASK_STATE_UNSPECIFIED_VALUE |
The state of the task is unknown or not specified. |
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() |
|