IScheduledTaskAuditAlert.Operation

Fore Syntax

Operation: Integer;

Fore.NET Syntax

Operation: integer;

Description

The Operation property determines the operation, executing of which generates an event.

Comments

To determine the operation execution result, at which an event is generated, use the IScheduledTaskAuditAlert.Result property.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskAuditAlert