IScheduledTaskAlert

Assembly: Fore;

Description

The IScheduledTaskAlert interface is used to work with the event, on occurring of which the task is executed.

Inheritance Hierarchy

          INamedEntityModel

          IScheduledTaskAlert

Comments

To set up the task executed in scheduled tasks container, use the IScheduledTask interface.

Properties

  Property name Brief description
Type The Type property returns the event type.

Properties inherited from INamedEntityModel

  Property name Brief description
The Id property returns the object identifier.
The Key property returns the object key.
The Name property returns the object name.

Methods

  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:

Fore Assembly Interfaces