Share via


Status.RunState Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="runState")]
public int? RunState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="runState")>]
member this.RunState : Nullable<int> with get, set
Public Property RunState As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to