WorkflowRunAction.Status Property

Definition

Gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
public string Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.status")>]
member this.Status : string
Public ReadOnly Property Status As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to