Share via


TaskExecutionInformation.RequeueCount Property

Definition

Gets or sets the number of times the Task has been requeued by the Batch service as the result of a user request.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

When the user removes Compute Nodes from a Pool (by resizing/shrinking the pool) or when the Job is being disabled, the user can specify that running Tasks on the Compute Nodes be requeued for execution. This count tracks how many times the Task has been requeued for these reasons.

Applies to