OnAllTasksComplete Enum

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

public enum OnAllTasksComplete

Defines values for OnAllTasksComplete.

Fields

NO_ACTION

Do nothing. The job remains active unless terminated or disabled by some other means.

TERMINATE_JOB

Terminate the job. The job's terminateReason is set to 'AllTasksComplete'.

Methods

fromString(String value)

public static OnAllTasksComplete fromString(String value)

Parses a serialized value to a OnAllTasksComplete instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

String

Applies to