Fore > Fore Assembly Interfaces > IScheduledTaskAuditAlert
Assembly: Fore;
Namespace: Prognoz.Platform.Interop.KeFore;
The IScheduledTaskAuditAlert interface is used to set up task execution schedule on occurring a system event.
IScheduledTaskAuditAlert
To set up task execution schedule on occurring the configured event, use the IScheduledTaskCustomAlert interface.
Property name | Brief description | |
![]() |
ClassId | The ClassId property determines identifier of repository object type. |
![]() |
ObjectId | The ObjectId property determines repository object identifier. |
![]() |
ObjectKey | The ObjectKey property determines key of repository object. |
![]() |
Operation | The Operation property determines the operation, executing of which generates an event. |
![]() |
Result | The Result property determines task execution result, on which an event is generated. |
![]() |
Station | The Station station property determines the workstation used to generate an event. |
![]() |
UserName | The UserName property determines the repository user who generates an event. |
![]() |
UserNameOS | The UserNameOS property determines the operating system user who generates an event. |
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: