SubtaskState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The state of a subtask.
public enum SubtaskState
type SubtaskState =
Public Enum SubtaskState
- Inheritance
-
SubtaskState
Fields
Name | Value | Description |
---|---|---|
Preparing | 0 | The subtask has been assigned to a compute node, but is waiting for a required Job Preparation task to complete on the node. |
Running | 1 | The subtask is running on a compute node. |
Completed | 2 | The subtask is no longer eligible to run, usually because the it has finished successfully, or the subtask has finished unsuccessfully and has exhausted its retry limit. A subtask is also marked as completed if an error occurred launching the subtask, or when the subtask has been terminated. |
Applies to
Azure SDK for .NET