$this everyFiveMinutes() Schedule the event to run every five minutes.
$this days(array|mixed $days) Set the days of the week the command should
void line(string $string, string $style = null, null|int|string $verbosity = null)
$this runInBackground() State that the command should run in background
$this dailyAt(string $time) Schedule the event to run daily at a given
string anticipate(string $question, array $choices, string $default = null)
$this withoutOverlapping() Do not allow the event to overlap each other
$this monthly() Schedule the event to run monthly.
$this emailOutputTo(array|mixed $addresses, bool $onlyIfOutputExists = false)
$this wednesdays() Schedule the event to run only on Wednesdays.
Page 10 of 15