Share via


JobStatistics.NumSucceededTasks Property

Definition

Gets or sets the total number of Tasks successfully completed in the Job during the given time range.

[Newtonsoft.Json.JsonProperty(PropertyName="numSucceededTasks")]
public long NumSucceededTasks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="numSucceededTasks")>]
member this.NumSucceededTasks : int64 with get, set
Public Property NumSucceededTasks As Long

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A Task completes successfully if it returns exit code 0.

Applies to