Uses of Class
com.azure.compute.batch.models.BatchSubtaskState
Packages that use BatchSubtaskState
-
Uses of BatchSubtaskState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchSubtaskStateModifier and TypeFieldDescriptionstatic final BatchSubtaskState
BatchSubtaskState.COMPLETED
The Task is no longer eligible to run, usually because the Task has finished successfully, or the Task has finished unsuccessfully and has exhausted its retry limit.static final BatchSubtaskState
BatchSubtaskState.PREPARING
The Task has been assigned to a Compute Node, but is waiting for a required Job Preparation Task to complete on the Compute Node.static final BatchSubtaskState
BatchSubtaskState.RUNNING
The Task is running on a Compute Node.Methods in com.azure.compute.batch.models that return BatchSubtaskStateModifier and TypeMethodDescriptionstatic BatchSubtaskState
BatchSubtaskState.fromString
(String name) Creates or finds a BatchSubtaskState from its string representation.BatchSubtask.getPreviousState()
Get the previousState property: The previous state of the subtask.BatchSubtask.getState()
Get the state property: The current state of the subtask.Methods in com.azure.compute.batch.models that return types with arguments of type BatchSubtaskStateModifier and TypeMethodDescriptionstatic Collection
<BatchSubtaskState> BatchSubtaskState.values()
Gets known BatchSubtaskState values.