bool isDeletedOrReleased() Determine if the job has been deleted or released
void comment(string $string) Write a string as comment output.
bool isReleased() Determine if the job was released back into the queue
void bury() Bury the job in the queue. Return
void __construct() Create a new console command instance.
array payload() Get the decoded body of the job.
bool isDeleted() Determine if the job has been deleted.
Application getLaravel()
void commands(array $commands) Register the package's custom Artisan commands
mixed push(string $job, mixed $data = '', string $queue = null) Push a
Page 53 of 65