ISchedulerJob.RunUntilCanceled Property

Definition

Determines whether the server reserves resources for the job until the job is canceled (even if the job has no active tasks).

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

Property Value

Is true if the server reserves resources for the job; otherwise, false. The default is false.

Applies to