Edit

Share via


ErrorCode.Execution_TasksPreempted Field

Definition

The task was canceled while it was running because a job with higher priority preempted the task. If the task can be rerun, the HPC Job Scheduler service will attempt to automatically queue it again.

public const int Execution_TasksPreempted = -2147218976;
val mutable Execution_TasksPreempted : int
Public Const Execution_TasksPreempted As Integer  = -2147218976

Field Value

Value = -2147218976

Applies to