Uses of Class
com.azure.compute.batch.models.BatchJobReleaseTaskState
Packages that use BatchJobReleaseTaskState
-
Uses of BatchJobReleaseTaskState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchJobReleaseTaskStateModifier and TypeFieldDescriptionstatic final BatchJobReleaseTaskState
BatchJobReleaseTaskState.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).static final BatchJobReleaseTaskState
BatchJobReleaseTaskState.RUNNING
The Task is currently running (including retrying).Methods in com.azure.compute.batch.models that return BatchJobReleaseTaskStateModifier and TypeMethodDescriptionstatic BatchJobReleaseTaskState
BatchJobReleaseTaskState.fromString
(String name) Creates or finds a BatchJobReleaseTaskState from its string representation.BatchJobReleaseTaskExecutionInfo.getState()
Get the state property: The current state of the Job Release Task on the Compute Node.Methods in com.azure.compute.batch.models that return types with arguments of type BatchJobReleaseTaskStateModifier and TypeMethodDescriptionstatic Collection
<BatchJobReleaseTaskState> BatchJobReleaseTaskState.values()
Gets known BatchJobReleaseTaskState values.