Definition at line 31 of file RunActiveJobsCommand.php.
◆ configure()
ILIAS\Cron\CLI\Commands\RunActiveJobsCommand::configure |
( |
| ) |
|
|
protected |
Definition at line 38 of file RunActiveJobsCommand.php.
40 $this->setDescription(
'Runs cron jobs depending on the respective schedule');
42 $this->addArgument(
'user', InputArgument::REQUIRED,
'The ILIAS user the script is executed with');
43 $this->addArgument(
'client_id', InputArgument::REQUIRED,
'The ILIAS client_id');
◆ execute()
ILIAS\Cron\CLI\Commands\RunActiveJobsCommand::execute |
( |
InputInterface |
$input, |
|
|
OutputInterface |
$output |
|
) |
| |
|
protected |
◆ withAuthenticated()
ILIAS\Cron\CLI\Commands\RunActiveJobsCommand::withAuthenticated |
( |
InputInterface |
$input, |
|
|
OutputInterface |
$output |
|
) |
| |
|
private |
◆ $defaultName
ILIAS\Cron\CLI\Commands\RunActiveJobsCommand::$defaultName = 'run-jobs' |
|
staticprotected |
◆ $style
ILIAS\Cron\CLI\Commands\RunActiveJobsCommand::$style |
|
private |
The documentation for this class was generated from the following file: