Google Cloud Deploy v1 API - Enum AutomationRun.Types.State (2.15.0)

public enum AutomationRun.Types.State

Reference documentation and code samples for the Google Cloud Deploy v1 API enum AutomationRun.Types.State.

Valid state of an AutomationRun.

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Fields

NameDescription
Cancelled

The AutomationRun was cancelled.

Failed

The AutomationRun has failed.

InProgress

The AutomationRun is in progress.

Pending

The AutomationRun is pending.

Succeeded

The AutomationRun has succeeded.

Unspecified

The AutomationRun has an unspecified state.