TaskAddStatus Enum

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

public enum TaskAddStatus

Defines values for TaskAddStatus.

Fields

CLIENT_ERROR

The task failed to add due to a client error and should not be retried without modifying the request as appropriate.

SERVER_ERROR

Task failed to add due to a server error and can be retried without modification.

SUCCESS

The task was added successfully.

Methods

fromString(String value)

public static TaskAddStatus fromString(String value)

Parses a serialized value to a TaskAddStatus instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to