$this name(string $description) Set the human-friendly description of the
$this runInBackground() State that the command should run in background
$this wednesdays() Schedule the event to run only on Wednesdays.
$this twiceDaily(int $first = 1, int $second = 13) Schedule the event to
void register() Register the service provider.
string output() Get the output for the last run command.
$this saturdays() Schedule the event to run only on Saturdays.
bool hasOption(string $name) Determine if the given option is present.
array events() Get all of the events on the schedule.
Page 12 of 24