Security Command Center v2 API - Enum JobState (1.2.0)

public enum JobState

Reference documentation and code samples for the Security Command Center v2 API enum JobState.

JobState represents the state of the job.

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Fields

Name Description
Failed

Job has completed but with failure

Pending

Job is scheduled and pending for run

Running

Job in progress

Succeeded

Job has completed with success

Unspecified

Unspecified represents an unknown state and should not be used.