Skip to content

Commit f7959df

Browse files
authored
Clarify requeueCount description in documentation
1 parent f3831b5 commit f7959df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/batch/batch-task-complete-event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ ms.date: 01/29/2026
8686
|`endTime`|DateTime|The time when the task completed.|
8787
|`exitCode`|Int32|The exit code of the task. If the task failed before it started running, then exitCode is null.|
8888
|`retryCount`|Int32|The number of times the Batch service retried the task. The task is retried if it exits with a nonzero exit code, up to the specified MaxTaskRetryCount.|
89-
|`requeueCount`|Int32|The number of times the Batch service requeued the task as the result of a user request.<br /><br /> When you remove nodes from a pool (by resizing or shrinking it) or disable a job, you can choose to requeue the running tasks on those nodes for execution. It count tracks how many times the task requeued.|
89+
|`requeueCount`|Int32|The number of times the Batch service requeued the task as the result of a user request.<br /><br /> When nodes are removed from a pool (through resizing or shrinking) or a job is disabled, you can choose to requeue the running tasks on those nodes. This count tracks how many times a task was requeued for these reasons.|
9090
|`result`|String|The task result string, it could be "Success" or "Failure"|
9191
|[`schedulingError`](#schedulingError)|Complex Type|Contain detailed information about error.|
9292

0 commit comments

Comments
 (0)