共用方式為


TaskCounts.Running Property

Definition

Gets or sets the number of Tasks in the running or preparing state.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to