IScheduledTaskAuditAlert.Result

Syntax

Result: ScheduledAlertAuditResult;

Description

The Result property determines task execution result, on which an event is generated.

Comments

To determine the task, on execution of which an event is generated, use the IScheduledTaskAuditAlert.Operation property.

Example

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

See also:

IScheduledTaskAuditAlert