JobProperties.Progress Property

Definition

System generated. Ignored at creation. Represents the percentage of completion.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="progress")]
public int Progress { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="progress")>]
member this.Progress : int with get, set
Public Property Progress As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to