$this weekdays() Schedule the event to run only on weekdays. Return Value $this
$this wednesdays() Schedule the event to run only on Wednesdays. Return Value $this
$this then(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this
$this thenPing(string $url) Register a callback to ping a given URL after the job runs. Parameters string $url Return Value $this
$this timezone(DateTimeZone|string $timezone) Set the timezone the date should be evaluated on. Parameters DateTimeZone|string $timezone Return Value $this
$this thursdays() Schedule the event to run only on Thursdays. Return Value $this
$this tuesdays() Schedule the event to run only on Tuesdays. Return Value $this
bool runsInMaintenanceMode() Determine if the event runs in maintenance mode. Return Value bool
$this sundays() Schedule the event to run only on Sundays. Return Value $this
$this skip(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this
Page 874 of 996