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
int attempts() Get the number of times the job has been attempted.
string getQueue() Get the name of the queue the job belongs to.
void failed(Exception $e)
Job getPheanstalkJob() Get the underlying Pheanstalk job.
Page 11 of 13