Reference documentation and code samples for the Batch V1 API module Google::Cloud::Batch::V1::JobStatus::State.
Valid Job states.
Constants
STATE_UNSPECIFIED
value: 0 Job state unspecified.
QUEUED
value: 1 Job is admitted (validated and persisted) and waiting for resources.
SCHEDULED
value: 2 Job is scheduled to run as soon as resource allocation is ready.
The resource allocation may happen at a later time but with a high
chance to succeed.
RUNNING
value: 3 Resource allocation has been successful. At least one Task in the Job is
RUNNING.
SUCCEEDED
value: 4 All Tasks in the Job have finished successfully.
FAILED
value: 5 At least one Task in the Job has failed.
DELETION_IN_PROGRESS
value: 6 The Job will be deleted, but has not been deleted yet. Typically this is
because resources used by the Job are still being cleaned up.
CANCELLATION_IN_PROGRESS
value: 7 The Job cancellation is in progress, this is because the resources used
by the Job are still being cleaned up.
CANCELLED
value: 8 The Job has been cancelled, the task executions were stopped and the
resources were cleaned up.
[[["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-09 UTC."],[],[],null,["# Batch V1 API - Module Google::Cloud::Batch::V1::JobStatus::State (v1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/ruby/docs/reference/google-cloud-batch-v1/latest/Google-Cloud-Batch-V1-JobStatus-State)\n- [1.1.1](/ruby/docs/reference/google-cloud-batch-v1/1.1.1/Google-Cloud-Batch-V1-JobStatus-State)\n- [1.0.0](/ruby/docs/reference/google-cloud-batch-v1/1.0.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.21.0](/ruby/docs/reference/google-cloud-batch-v1/0.21.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.20.1](/ruby/docs/reference/google-cloud-batch-v1/0.20.1/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.19.2](/ruby/docs/reference/google-cloud-batch-v1/0.19.2/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.18.3](/ruby/docs/reference/google-cloud-batch-v1/0.18.3/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.17.4](/ruby/docs/reference/google-cloud-batch-v1/0.17.4/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.16.2](/ruby/docs/reference/google-cloud-batch-v1/0.16.2/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.15.1](/ruby/docs/reference/google-cloud-batch-v1/0.15.1/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.14.0](/ruby/docs/reference/google-cloud-batch-v1/0.14.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.13.1](/ruby/docs/reference/google-cloud-batch-v1/0.13.1/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.12.0](/ruby/docs/reference/google-cloud-batch-v1/0.12.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.11.1](/ruby/docs/reference/google-cloud-batch-v1/0.11.1/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.10.5](/ruby/docs/reference/google-cloud-batch-v1/0.10.5/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.9.0](/ruby/docs/reference/google-cloud-batch-v1/0.9.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.8.0](/ruby/docs/reference/google-cloud-batch-v1/0.8.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.7.0](/ruby/docs/reference/google-cloud-batch-v1/0.7.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.6.0](/ruby/docs/reference/google-cloud-batch-v1/0.6.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.5.0](/ruby/docs/reference/google-cloud-batch-v1/0.5.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.4.3](/ruby/docs/reference/google-cloud-batch-v1/0.4.3/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.3.0](/ruby/docs/reference/google-cloud-batch-v1/0.3.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.2.0](/ruby/docs/reference/google-cloud-batch-v1/0.2.0/Google-Cloud-Batch-V1-JobStatus-State)\n- [0.1.0](/ruby/docs/reference/google-cloud-batch-v1/0.1.0/Google-Cloud-Batch-V1-JobStatus-State) \nReference documentation and code samples for the Batch V1 API module Google::Cloud::Batch::V1::JobStatus::State.\n\nValid Job states.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nJob state unspecified.\n\n### QUEUED\n\n**value:** 1 \nJob is admitted (validated and persisted) and waiting for resources.\n\n### SCHEDULED\n\n**value:** 2 \nJob is scheduled to run as soon as resource allocation is ready.\nThe resource allocation may happen at a later time but with a high\nchance to succeed.\n\n### RUNNING\n\n**value:** 3 \nResource allocation has been successful. At least one Task in the Job is\nRUNNING.\n\n### SUCCEEDED\n\n**value:** 4 \nAll Tasks in the Job have finished successfully.\n\n### FAILED\n\n**value:** 5 \nAt least one Task in the Job has failed.\n\n### DELETION_IN_PROGRESS\n\n**value:** 6 \nThe Job will be deleted, but has not been deleted yet. Typically this is\nbecause resources used by the Job are still being cleaned up.\n\n### CANCELLATION_IN_PROGRESS\n\n**value:** 7 \nThe Job cancellation is in progress, this is because the resources used\nby the Job are still being cleaned up.\n\n### CANCELLED\n\n**value:** 8 \nThe Job has been cancelled, the task executions were stopped and the\nresources were cleaned up."]]