你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobPreparationTaskState Enum

Definition

The state of a Job Preparation task.

public enum JobPreparationTaskState
type JobPreparationTaskState = 
Public Enum JobPreparationTaskState
Inheritance
JobPreparationTaskState

Fields

Name Value Description
Running 0

The task is currently running (including retrying).

Completed 1

The task has exited with exit code 0, or the task has exhausted its retry limit, or the Batch service was unable to start the task due to scheduling errors.

Applies to