StartTaskState Enum
- java.
lang. Object - java.
lang. Enum<StartTaskState> - com.
microsoft. azure. batch. protocol. models. StartTaskState
- com.
- java.
public enum StartTaskState
Defines values for StartTaskState.
Fields
COMPLETED |
The start task has exited with exit code 0, or the start task has failed and the retry limit has reached, or the start task process did not run due to task preparation errors (such as resource file download failures). |
RUNNING |
The start task is currently running. |
Methods
fromString(String value)
public static StartTaskState fromString(String value)
Parses a serialized value to a StartTaskState instance.
Parameters
- value
- String
Returns
toString()
public String toString()