[[["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-09-04 UTC."],[],[],null,["# Cloud Scheduler V1 Client - Class State (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-scheduler/latest/V1.Job.State)\n- [2.0.4](/php/docs/reference/cloud-scheduler/2.0.4/V1.Job.State)\n- [1.10.5](/php/docs/reference/cloud-scheduler/1.10.5/V1.Job.State)\n- [1.9.4](/php/docs/reference/cloud-scheduler/1.9.4/V1.Job.State)\n- [1.8.3](/php/docs/reference/cloud-scheduler/1.8.3/V1.Job.State)\n- [1.7.1](/php/docs/reference/cloud-scheduler/1.7.1/V1.Job.State)\n- [1.6.8](/php/docs/reference/cloud-scheduler/1.6.8/V1.Job.State) \nReference documentation and code samples for the Cloud Scheduler V1 Client class State.\n\nState of the job.\n\nProtobuf type `google.cloud.scheduler.v1.Job.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Scheduler \\\\ V1 \\\\ Job\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### ENABLED\n\n Value: 1\n\nThe job is executing normally.\n\nGenerated from protobuf enum `ENABLED = 1;`\n\n### PAUSED\n\n Value: 2\n\nThe job is paused by the user. It will not execute. A user can\nintentionally pause the job using\n[PauseJobRequest](/php/docs/reference/cloud-scheduler/latest/V1.PauseJobRequest).\n\nGenerated from protobuf enum `PAUSED = 2;`\n\n### DISABLED\n\n Value: 3\n\nThe job is disabled by the system due to error. The user\ncannot directly set a job to be disabled.\n\nGenerated from protobuf enum `DISABLED = 3;`\n\n### UPDATE_FAILED\n\n Value: 4\n\nThe job state resulting from a failed\n[CloudScheduler.UpdateJob](/php/docs/reference/cloud-scheduler/latest/V1.Client.CloudSchedulerClient#_Google_Cloud_Scheduler_V1_Client_CloudSchedulerClient__updateJob__)\noperation. To recover a job from this state, retry\n[CloudScheduler.UpdateJob](/php/docs/reference/cloud-scheduler/latest/V1.Client.CloudSchedulerClient#_Google_Cloud_Scheduler_V1_Client_CloudSchedulerClient__updateJob__)\nuntil a successful response is received.\n\nGenerated from protobuf enum `UPDATE_FAILED = 4;`"]]