Share via


Status.JobComplete Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="jobComplete")]
public bool? JobComplete { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobComplete")>]
member this.JobComplete : Nullable<bool> with get, set
Public Property JobComplete As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to