DeviceJobStatistics.PendingCount Property

Definition

The number of pending (scheduled) jobs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to