int attempts() Get the number of times the job has been attempted.
bool isDeleted() Determine if the job has been deleted.
void delete() Delete the job from the queue.
string getJobId() Get the job identifier.
bool isDeletedOrReleased() Determine if the job has been deleted or released
Job getPheanstalkJob() Get the underlying Pheanstalk job.
void failed(Exception $e)
string getRawBody() Get the raw body string for the job.
Page 12 of 13