共用方式為


TaskCounts.Succeeded Property

Definition

Gets or sets the number of Tasks which succeeded. A Task succeeds if its result (found in the executionInfo property) is 'success'.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to