JobPreparationTaskState Enum

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

public enum JobPreparationTaskState

Defines values for JobPreparationTaskState.

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 JobPreparationTaskState fromString(String value)

Parses a serialized value to a JobPreparationTaskState instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to