Classes
| Class | Description | |
|---|---|---|
| DeleteImageEditorHistory | 
            Provides an ITask interface for the temporary files deletion.
              | |
| FileSystemCacheCleaner | 
            Scheduler task to clean the output file system cache. Deletes all files older than current file system output cache minutes
              | |
| PartialQueueCleaner | 
            Deletes expired archived emails (worker task).
              | |
| QueueCleaner | 
            Deletes expired archived e-mails (manager task).
              | |
| QueueSender | 
            Scheduled task that dispatches e-mail messages from the e-mail queue.
              | |
| RentedLicenseUpdaterTask | 
            Class for RentedLicenseUpdaterTask scheduled task, which renews rented licenses keys.
              | |
| SearchIndexOptimizer | 
            Class used by scheduler to execute the task.
              | |
| SearchTaskExecutor | 
            Class used by scheduler to execute the task.
              | |
| SchedulerModule | 
            Represents the Scheduler module.
              | |
| SchedulerModuleMetadata | 
            Represents the Scheduler module metadata.
              | |
| SchedulingExecutor | 
            Methods for executing scheduled tasks.
              | |
| SchedulingExecutorParameters | 
            Wrapper for SchedulingExecutor.ExecuteScheduledTasks method. 
            Used to create CMSThread with proper calling context.
              | |
| SchedulingHelper | 
            Global class providing Scheduler methods.
              | |
| SchedulingTimer | 
            Class to provide timing for scheduler.
              | |
| SystemTaskListInfo | 
            List info for scheduled tasks generated by the system.
              | |
| TaskExecutor | 
            Task executor.
              | |
| TaskInfo | 
            TaskInfo data container class.
              | |
| TaskInfoProvider | 
            Class providing TaskInfo management.
              | |
| TaskInterval | 
            Task interval data container class.
              | |
| TimeZoneRecalculate | 
            Provides an ITask interface to recalculate DST time.
              | |
| UnusedMemoryCleaner | 
            Class for cleaning unused memory.
              | 
Interfaces
| Interface | Description | |
|---|---|---|
| ITask | 
            Defines a common interface for scheduled tasks.
              | 
Enumerations
| Enumeration | Description | |
|---|---|---|
| ScheduledTaskTypeEnum | 
            Enumeration of the scheduled task types.
              |