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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The document provides information about the `State` enum within the `Google.Cloud.Notebooks.V1` namespace, detailing the different states a job schedule can be in."],["The latest version of this `State` enum is 2.5.0, with several previous versions available, including 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta04."],["The `State` enum defines seven possible states for a job: `Deleting`, `Disabled`, `Enabled`, `Initializing`, `Paused`, `Unspecified`, and `UpdateFailed`, each with a specific meaning relating to the job's execution or management."],["The job can be in a `Disabled` state due to an error or be intentionally `Paused` by the user, meaning it will not execute until it is changed to a different state."]]],[]]