TaskExecutionResult Enum
- java.
lang. Object - java.
lang. Enum<TaskExecutionResult> - com.
microsoft. azure. batch. protocol. models. TaskExecutionResult
- com.
- java.
public enum TaskExecutionResult
Defines values for TaskExecutionResult.
Fields
FAILURE |
There was an error during processing of the task. The failure may have occurred before the task process was launched, while the task process was executing, or after the task process exited. |
SUCCESS |
The task ran successfully. |
Methods
fromString(String value)
public static TaskExecutionResult fromString(String value)
Parses a serialized value to a TaskExecutionResult instance.
Parameters
- value
- String
Returns
toString()
public String toString()