Enum Schedule.Types.State (1.0.0-beta04)

public enum State

State of the job.

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Fields

NameDescription
Deleting

The schedule resource is being deleted.

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.

Initializing

The schedule resource is being created.

Paused

The job is paused by the user. It will not execute. A user can intentionally pause the job using [PauseJobRequest][].

Unspecified

Unspecified state.

UpdateFailed

The job state resulting from a failed [CloudScheduler.UpdateJob][] operation. To recover a job from this state, retry [CloudScheduler.UpdateJob][] until a successful response is received.