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