Classes

  Class Description
Public class ScheduledTaskManager
The ScheduledTaskManager handles scheduled tasks in Litium Foundation. Timers must be restared when the web application restarts (timers are not stored in the database).

Interfaces

  Interface Description
Public interface ITask
Interface for task (scheduled or startup).

Delegates

  Delegate Description
Public delegate ScheduledTaskManager..::..TaskDelegate
Delegate for all tasks