string getQueue() Get the name of the queue the job belongs to. Return Value string
string getRawBody() Get the raw body string for the job. Return Value string
Database getRedisQueue() Get the underlying queue driver instance. Return Value Database
string getReservedJob() Get the underlying reserved Redis job. Return Value string
bool isDeleted() Determine if the job has been deleted. Return Value bool
bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool
bool isReleased() Determine if the job was released back into the queue. Return Value bool
array payload() Get the decoded body of the job. Return Value array
void release(int $delay) Release the job back into the queue. Parameters int $delay Return Value void
string resolveName() Get the resolved name of the queued job class. Return Value string
Page 9642 of 11844