ISchedulerTask.IsRerunnable Property

Definition

Determines whether the task can run again after a failure.

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

Property Value

Is true if the task can run again after a failure; otherwise, false.

Applies to