SchedulerTask.IsExclusive Property

Definition

Determines whether other tasks from the job can run on the node at the same time as this task.

public bool IsExclusive { get; set; }
member this.IsExclusive : bool with get, set
Public Property IsExclusive As Boolean

Property Value

Is true if other tasks from the same job cannot run on the node; otherwise, false. The default is false.

Implements

Applies to