int attempts() Get the number of times the job has been attempted.
array payload() Get the decoded body of the job.
string getName() Get the name of the queued job class.
void release(int $delay) Release the job back into the queue.
void delete() Delete the job from the queue.
bool isReleased() Determine if the job was released back into the queue
string resolveName() Get the resolved name of the queued job class.
void failed(Exception $e)
Page 6 of 13