SchedulerJob.RunUntilCanceled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.