IScheduledTaskProperties.EventId

Fore Syntax

EventId: String;

Fore.NET Syntax

EventId: string;

Description

The EventId property determines event identifier.

Comments

To get the event, on occurring of which the task is executed, use the IScheduledTaskProperties.Alerts property.

Fore and Fore.NET Examples

The property use is given in the example for IScheduledTaskCustomAlert.EventId.

See also:

IScheduledTaskProperties