void register() Register the service provider.
$this runInBackground() State that the command should run in background
void error(string $string, null|int|string $verbosity = null) Write a string
$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 everyMinute() Schedule the event to run every minute.
$this wednesdays() Schedule the event to run only on Wednesdays.
$this between(string $startTime, string $endTime) Schedule the event to
static void starting(Closure $callback)
Page 16 of 24