IScheduledTaskProperties.Alerts

Fore Syntax

Alerts: IScheduledTaskAlerts;

Fore.NET Syntax

Alerts: Prognoz.Platform.Interop.KeFore.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.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskProperties