string getRawBody() Get the raw body string for the job.
Container getContainer()
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 isDeletedOrReleased() Determine if the job has been deleted or released
bool isDeleted() Determine if the job has been deleted.
Job class Job (
void failed(Exception $e)
Page 1 of 13