Share via


SubtaskState Enum

Definition

The state of a subtask.

public enum SubtaskState
type SubtaskState = 
Public Enum SubtaskState
Inheritance
SubtaskState

Fields

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.

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.

Applies to