TaskState

Enum representing the operation state of the task.

Enums
TASK_STATE_UNSPECIFIED The state of the task is unknown or not specified.
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.
QUEUED Instances of the task are queued.
ACTIVE The task is ready to be executed, but no instances are queued or running.
RUNNING One or more instances of the task are running.