Enum ExecutionInfo.Types.JobExecutionState (2.0.0-alpha01)

public enum JobExecutionState

Enum of possible job execution statuses.

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Fields

NameDescription
Failed

The job completed unsuccessfully.

NotExecuted

No job execution was requested, yet.

Running

The job is running.

Succeeded

The job completed successfully.

Unspecified

No job execution was specified.