[[["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,["# Google Cloud Security Command Center V2 Client - Class JobState (2.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.1 (latest)](/php/docs/reference/cloud-security-center/latest/V2.JobState)\n- [2.2.0](/php/docs/reference/cloud-security-center/2.2.0/V2.JobState)\n- [2.1.1](/php/docs/reference/cloud-security-center/2.1.1/V2.JobState)\n- [2.0.4](/php/docs/reference/cloud-security-center/2.0.4/V2.JobState)\n- [1.32.0](/php/docs/reference/cloud-security-center/1.32.0/V2.JobState)\n- [1.31.0](/php/docs/reference/cloud-security-center/1.31.0/V2.JobState)\n- [1.30.0](/php/docs/reference/cloud-security-center/1.30.0/V2.JobState)\n- [1.29.0](/php/docs/reference/cloud-security-center/1.29.0/V2.JobState)\n- [1.28.2](/php/docs/reference/cloud-security-center/1.28.2/V2.JobState)\n- [1.21.0](/php/docs/reference/cloud-security-center/1.21.0/V2.JobState)\n- [1.20.2](/php/docs/reference/cloud-security-center/1.20.2/V2.JobState)\n- [1.19.1](/php/docs/reference/cloud-security-center/1.19.1/V2.JobState)\n- [1.18.0](/php/docs/reference/cloud-security-center/1.18.0/V2.JobState)\n- [1.17.0](/php/docs/reference/cloud-security-center/1.17.0/V2.JobState)\n- [1.16.0](/php/docs/reference/cloud-security-center/1.16.0/V2.JobState)\n- [1.15.1](/php/docs/reference/cloud-security-center/1.15.1/V2.JobState)\n- [1.14.2](/php/docs/reference/cloud-security-center/1.14.2/V2.JobState)\n- [1.13.1](/php/docs/reference/cloud-security-center/1.13.1/V2.JobState) \nReference documentation and code samples for the Google Cloud Security Command Center V2 Client class JobState.\n\nJobState represents the state of the job.\n\nProtobuf type `google.cloud.securitycenter.v2.JobState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ SecurityCenter \\\\ V2\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### JOB_STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified represents an unknown state and should not be used.\n\nGenerated from protobuf enum `JOB_STATE_UNSPECIFIED = 0;`\n\n### PENDING\n\n Value: 1\n\nJob is scheduled and pending for run\n\nGenerated from protobuf enum `PENDING = 1;`\n\n### RUNNING\n\n Value: 2\n\nJob in progress\n\nGenerated from protobuf enum `RUNNING = 2;`\n\n### SUCCEEDED\n\n Value: 3\n\nJob has completed with success\n\nGenerated from protobuf enum `SUCCEEDED = 3;`\n\n### FAILED\n\n Value: 4\n\nJob has completed but with failure\n\nGenerated from protobuf enum `FAILED = 4;`"]]