SchedulerJob.FailOnTaskFailure
SchedulerJob.FailOnTaskFailure
SchedulerJob.FailOnTaskFailure
Property
Definition
Determines whether the job fails when one of the tasks in the job fails.
public bool FailOnTaskFailure { get; set; }
member this.FailOnTaskFailure : bool with get, set
Public Property FailOnTaskFailure As Boolean
Property Value
Is true if the job fails when a task fails; otherwise, false. The default is true.