JobPreparationTaskState Enum
- java.
lang. Object - java.
lang. Enum<JobPreparationTaskState> - com.
microsoft. azure. batch. protocol. models. JobPreparationTaskState
- com.
- java.
public enum JobPreparationTaskState
Defines values for JobPreparationTaskState.
Fields
COMPLETED |
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 task preparation errors (such as resource file download failures). |
RUNNING |
The task is currently running (including retrying). |
Methods
fromString(String value)
public static JobPreparationTaskState fromString(String value)
Parses a serialized value to a JobPreparationTaskState instance.
Parameters
- value
- String
Returns
toString()
public String toString()