Workload Manager v1 API - Enum Execution.Types.State (1.0.0-beta01)

public enum Execution.Types.State

Reference documentation and code samples for the Workload Manager v1 API enum Execution.Types.State.

The possible states of an execution like RUNNING, SUCCEEDED, FAILED, etc.

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

Google.Cloud.WorkloadManager.V1.dll

Fields

Name Description
Failed

The execution run failed.

Running

The execution is running in backend service.

Succeeded

The execution run succeeded.

Unspecified

State of execution is unspecified.