Google Cloud Scheduler v1 API - Enum Job.Types.State (3.4.0)

public enum Job.Types.State

Reference documentation and code samples for the Google Cloud Scheduler v1 API enum Job.Types.State.

State of the job.

Namespace

Google.Cloud.Scheduler.V1

Assembly

Google.Cloud.Scheduler.V1.dll

Fields

NameDescription
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.