bool isDeletedOrReleased() Determine if the job has been deleted or released
void delete() Delete the job from the queue.
int attempts() Get the number of times the job has been attempted.
void failed(Exception $e)
string getRawBody() Get the raw body string for the job.
DatabaseJob class DatabaseJob extends Job
string resolveName() Get the resolved name of the queued job class.
void release(int $delay) Release the job back into the queue.
void fire() Fire the job. Return Value
Page 3 of 13