Task
Interfaces, Classes and Traits
- TaskInterface
- The interface for background tasks that Alpha can run.
- BackupTask
- A cron task for backup up the system database and select folders.
- CronManager
- The main class responsible for running custom cron tasks found under the [webapp]/Task directory. This class should be executed from Linux cron via the CLI.