JobPreparationTaskState Enum

Definition

The state of a Job Preparation task.

public enum JobPreparationTaskState
type JobPreparationTaskState = 
Public Enum JobPreparationTaskState
Inheritance
JobPreparationTaskState

Fields

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.

Running 0

The task is currently running (including retrying).

Applies to