Uses of Class
com.azure.compute.batch.models.BatchStartTaskState
Packages that use BatchStartTaskState
-
Uses of BatchStartTaskState in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchStartTaskStateModifier and TypeFieldDescriptionstatic final BatchStartTaskState
BatchStartTaskState.COMPLETED
The StartTask has exited with exit code 0, or the StartTask has failed and the retry limit has reached, or the StartTask process did not run due to Task preparation errors (such as resource file download failures).static final BatchStartTaskState
BatchStartTaskState.RUNNING
The StartTask is currently running.Methods in com.azure.compute.batch.models that return BatchStartTaskStateModifier and TypeMethodDescriptionstatic BatchStartTaskState
BatchStartTaskState.fromString
(String name) Creates or finds a BatchStartTaskState from its string representation.BatchStartTaskInfo.getState()
Get the state property: The state of the StartTask on the Compute Node.Methods in com.azure.compute.batch.models that return types with arguments of type BatchStartTaskStateModifier and TypeMethodDescriptionstatic Collection
<BatchStartTaskState> BatchStartTaskState.values()
Gets known BatchStartTaskState values.