TaskExecutionResult Enum

  • java.lang.Object
    • java.lang.Enum<TaskExecutionResult>
      • com.microsoft.azure.batch.protocol.models.TaskExecutionResult

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
the serialized value to parse.

Returns

the parsed TaskExecutionResult object, or null if unable to parse.

toString()

public String toString()

Returns

String

Applies to