Assembly: Fore;
Namespace: Prognoz.Platform.Interop.KeFore;
The IScheduledTaskCustomAlert interface is used to set up task execution on occurring a configured event.
IScheduledTaskCustomAlert
To schedule task execution on occurring a system event, use the IScheduledTaskAuditAlert interface.
| Property name | Brief description | |
| EventId | The EventId property determines the event, on occurring of which the task is executed. |
| Property name | Brief description | |
| Type | The Type property returns the event type. |
| Method name | Brief description | |
| CheckAlert | The CheckAlert method checks if the event is executed. | |
| Invoke | The Invoke method generates the event. | |
| Next | The Next method moves to the next event. | |
| StartLook | The StartLook method sets start date of event occurrence. | |
| StopLook | The StopLook method sets end date of event occurrence. |
See also: