TasksRunCommand
Extends \Joomla\Console\Command\AbstractCommandConsole command to run scheduled tasks.
since |
4.1.0 |
---|---|
package |
Joomla CMS |
Methods
configure
Configure the command.
configure() : void
since |
4.1.0 |
---|
configureIO
Configure the IO.
configureIO(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) : void
since |
4.1.0 |
---|
Arguments
- input
\Symfony\Component\Console\Input\InputInterface
The input to inject into the command.- output
\Symfony\Component\Console\Output\OutputInterface
The output to inject into the command.
doExecute
doExecute(\Symfony\Component\Console\Input\InputInterface input, \Symfony\Component\Console\Output\OutputInterface output) : int
since |
4.1.0 |
---|---|
throws |
|
Arguments
- input
\Symfony\Component\Console\Input\InputInterface
The input to inject into the command.- output
\Symfony\Component\Console\Output\OutputInterface
The output to inject into the command.
Response
int
The command exit code.
Properties
ioStyle
since |
4.1.0 |
---|
Type(s)
\Symfony\Component\Console\Style\SymfonyStyle