$this withoutOverlapping() Do not allow the event to overlap each other
$this thursdays() Schedule the event to run only on Thursdays.
void __construct(Schedule $schedule)
$this tuesdays() Schedule the event to run only on Tuesdays.
$this between(string $startTime, string $endTime) Schedule the event to
$this weeklyOn(int $day, string $time = '0:0') Schedule the event to run
$this cron(string $expression) The Cron expression representing the event's
string getSummaryForDisplay() Get the summary of the event for display
int call(string $command, array $arguments = array()) Call another console
string|array argument(string $key = null) Get the value of a command argument
Page 12 of 15