次の方法で共有


ComputeNode.RunningTasksCount プロパティ

定義

コンピューティング ノードで現在実行中のジョブ タスクの合計数を取得または設定します。 これには、ジョブ マネージャー タスクと通常のタスクが含まれますが、ジョブの準備、ジョブリリース、または開始タスクは含まれません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象