Namespace Alpha\Task
Classes summary
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. |
Interfaces summary
TaskInterface | The interface for background tasks that Alpha can run. |