共用方式為


JobScheduleStatistics.NumSucceededTasks Property

Definition

Gets or sets the total number of Tasks successfully completed during the given time range in Jobs created under the schedule. A Task completes successfully if it returns exit code 0.

[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

Applies to