SchedulerExecuteCommand extends Command

CLI command for EXT:scheduler to execute tasks

Table of Contents

Properties

$context  : Context
$io  : SymfonyStyle
$scheduler  : Scheduler
$taskRepository  : SchedulerTaskRepository

Methods

__construct()  : mixed
configure()  : mixed
execute()  : int
getSelectableTasks()  : array<string|int, mixed>

Properties

Methods

execute()

public execute(InputInterface $input, OutputInterface $output) : int
Parameters
$input : InputInterface
$output : OutputInterface
Return values
int

getSelectableTasks()

protected getSelectableTasks(mixed $taskGroups) : array<string|int, mixed>
Parameters
$taskGroups : mixed
Return values
array<string|int, mixed>

        
On this page

Search results