ISchedulerJob.NotifyOnStart Property

Definition

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

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

Property Value

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

Applies to