DisableComputeNodeSchedulingOption Enum

Definition

Specifies what to do with currently running tasks when disable task scheduling on the compute node.

public enum DisableComputeNodeSchedulingOption
type DisableComputeNodeSchedulingOption = 
Public Enum DisableComputeNodeSchedulingOption
Inheritance
DisableComputeNodeSchedulingOption

Fields

Requeue 0

Terminate running tasks and requeue them. The tasks will run again when the job is enabled.

TaskCompletion 2

Allow currently running tasks to complete. Schedule no new tasks while waiting.

Terminate 1

Terminate running tasks. The tasks will not run again.

Applies to