次の方法で共有


TaskCounts.Failed プロパティ

定義

失敗したタスクの数を取得または設定します。 Task は、その結果 (executionInfo プロパティに含まれる) が 'failure' の場合に失敗します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象