JobReleaseTaskState Enum
- java.
lang. Object - java.
lang. Enum<JobReleaseTaskState> - com.
microsoft. azure. batch. protocol. models. JobReleaseTaskState
- com.
- java.
public enum JobReleaseTaskState
Defines values for JobReleaseTaskState.
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 JobReleaseTaskState fromString(String value)
Parses a serialized value to a JobReleaseTaskState instance.
Parameters
- value
- String
Returns
the parsed JobReleaseTaskState object, or null if unable to parse.
toString()
public String toString()
Returns
String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java