$this monthly() Schedule the event to run monthly.
$this everyMinute() Schedule the event to run every minute.
$this emailWrittenOutputTo(array|mixed $addresses) E-mail the results of
bool runsInEnvironment(string $environment) Determine if the event runs
$this after(Closure $callback)
string getExpression() Get the Cron expression for the event.
void fire() Execute the console command.
$this hourly() Schedule the event to run hourly.
bool confirm(string $question, bool $default = false) Confirm a question
$this withoutOverlapping() Do not allow the event to overlap each other
Page 11 of 15