public enum StateState of the job.
Namespace
Google.Cloud.Scheduler.V1Assembly
Google.Cloud.Scheduler.V1.dll
Fields |
|
|---|---|
| Name | Description |
Disabled |
The job is disabled by the system due to error. The user cannot directly set a job to be disabled. |
Enabled |
The job is executing normally. |
Paused |
The job is paused by the user. It will not execute. A user can intentionally pause the job using [PauseJobRequest][google.cloud.scheduler.v1.PauseJobRequest]. |
Unspecified |
Unspecified state. |
UpdateFailed |
The job state resulting from a failed [CloudScheduler.UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob] operation. To recover a job from this state, retry [CloudScheduler.UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob] until a successful response is received. |