string resolveName() Get the resolved name of the queued job class. Return Value string
void release(int $delay) Release the job back into the queue. Parameters int $delay Return Value void
array payload() Get the decoded body of the job. Return Value array
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
Page 572 of 996