StartTaskState Enum

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

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

Returns

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

toString()

public String toString()

Returns

String

Applies to