mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '')
array payload() Get the decoded body of the job.
bool isReleased() Determine if the job was released back into the queue
bool isDeletedOrReleased() Determine if the job has been deleted or released
mixed __call(string $method, array $parameters) Pass dynamic instance methods
mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an
mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job
JobProcessed class JobProcessed (
bool hasArgument(string|int $name) Determine if the given argument is present
void __construct() Create a new console command instance.
Page 51 of 65