$this skip(Closure $callback) Register a callback to further filter the schedule. Parameters Closure $callback Return Value $this
$this sendOutputTo(string $location, bool $append = false) Send the output of the command to a given location. Parameters string $location bool $append Return Value $this
bool runsInEnvironment(string $environment) Determine if the event runs in the given environment. Parameters string $environment Return Value bool
$this runInBackground() State that the command should run in background. Return Value $this
$this pingBefore(string $url) Register a callback to ping a given URL before the job runs. Parameters string $url Return Value $this
void run(Container $container) Run the given event. Parameters Container $container Return Value void Exceptions Exception
$this quarterly() Schedule the event to run quarterly. Return Value $this
$this name(string $description) Set the human-friendly description of the event. Parameters string $description Return Value $this
$this monthly() Schedule the event to run monthly. Return Value $this
bool isDue(Application $app) Determine if the given event should run based on the Cron expression. Parameters Application $app Return Value bool
Page 875 of 996