Classes
| Class | Description | |
|---|---|---|
|
|
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 | |
|---|---|---|
|
|
ITask |
Interface for task (scheduled or startup).
|
Delegates
| Delegate | Description | |
|---|---|---|
|
|
ScheduledTaskManager..::..TaskDelegate |
Delegate for all tasks
|