JobScheduler
interface JobScheduler
Methods
array
getCommands()
Returns an array of commands managed by this scheduler.
bool
shouldSchedule(string $command, DateTime $lastRunAt)
Returns whether to schedule the given command again.
Details
at line 14
array
getCommands()
Returns an array of commands managed by this scheduler.
at line 21
bool
shouldSchedule(string $command, DateTime $lastRunAt)
Returns whether to schedule the given command again.