Class \Prado\Util\Cron\TShellCronAction
TShellCronAction class.
Runs the TCronModule from the command line. This will run all pending tasks when the "cron" command is run. Other sub-commands are "info" and "tasks"; where "info" reports the possible cron tasks registered in the application, and "tasks" reports the installed tasks being managed.
Class hierarchy
Author: Brad Anderson <belisoful@icloud.com>Since: 4.2.0
public
|
actionIndex(mixed $args) : mixed
shows the registered tasks from the application for possible configuration
or addition to TDbCronModule.
|
public
|
|
public
|
actionTasks(mixed $args) : mixed
Shows configured tasks and their run status. For TDbCronModule, this also shows the
database tasks as well.
|
public
|
|
public
|
|
public
|
\Prado\TComponent::GLOBAL_RAISE_EVENT_LISTENER |