| 1 | <?php |
||
| 14 | class TaskManagerCommand extends BaseCommand |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Runs pending tasks. |
||
| 18 | * |
||
| 19 | * @return int |
||
| 20 | */ |
||
| 21 | public function actionRun() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Watch for tasks and run them. |
||
| 33 | */ |
||
| 34 | public function actionWatch() |
||
| 51 | |||
| 52 | /** |
||
| 53 | * Reset craft next pending task cache using reflection. |
||
| 54 | */ |
||
| 55 | private function resetCraftNextPendingTasksCache() |
||
| 63 | } |
||
| 64 |