ScheduleRunCommand class ScheduleRunCommand extends
OutputInterface getOutput() Get the output implementation.
$this tuesdays() Schedule the event to run only on Tuesdays.
$this sendOutputTo(string $location, bool $append = false) Send the output
$this description(string $description) Set the human-friendly description
void run(Container $container)
$this evenInMaintenanceMode() State that the command should run even in
bool runsInEnvironment(string $environment) Determine if the event runs
void warn(string $string, null|int|string $verbosity = null) Write a string
$this hourly() Schedule the event to run hourly.
Page 3 of 15