JobReleaseTaskState Enum

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

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

Returns

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

toString()

public String toString()

Returns

String

Applies to