ISchedulerJob.NotifyOnCompletion Property

Definition

Gets or sets whether or not you want to receive e-mail notification when then job ends.

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

Property Value

A Boolean the indicates whether or not you want to receive e-mail notification when then job ends. True indicates that you want to receive e-mail notification when then job ends. False indicates that you do not want to receive e-mail notification when then job ends.

Applies to