IScheduledTaskProperties.Alerts

Syntax

Alerts: IScheduledTaskAlerts;

Description

The Alerts property returns the event, on occurring of which the task is executed.

Comments

To determine identifier of system event, use the IScheduledTaskProperties.EventId property.

Example

The property use is given in the example for IScheduledTaskAuditAlert.ClassId.

See also:

IScheduledTaskProperties