ISchedulerJob.CanPreempt Property

Definition

Determines whether another job can preempt this job.

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

Property Value

Is true if another job can preempt this job; otherwise, false.

Applies to