Skip to content

Commit 60c8183

Browse files
authored
Fix typo in schedulingError description
1 parent 82ac1fd commit 60c8183

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
@@ -88,7 +88,7 @@ ms.date: 02/05/2026
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.|
8989
|`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"|
91-
|[`schedulingError`](#schedulingError)|Complex Type|Contains detailed information about error.|
91+
|[`schedulingError`](#schedulingError)|Complex Type|Contains detailed information about the error.|
9292

9393
### <a name="schedulingError"></a> schedulingError
9494

0 commit comments

Comments
 (0)