bool isReleased() Determine if the job was released back into the queue. Return Value bool
bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool
bool isDeleted() Determine if the job has been deleted. Return Value bool
string getReservedJob() Get the underlying reserved Redis job. Return Value string
Database getRedisQueue() Get the underlying queue driver instance. Return Value Database
string getRawBody() Get the raw body string for the job. Return Value string
string getQueue() Get the name of the queue the job belongs to. Return Value string
string getName() Get the name of the queued job class. Return Value string
string getJobId() Get the job identifier. Return Value string
Container getContainer() Get the service container instance. Return Value Container
Page 289 of 996