void fire() Fire the job. Return Value
void release(int $delay) Release the job back into the queue.
bool isDeletedOrReleased() Determine if the job has been deleted or released
bool isReleased() Determine if the job was released back into the queue
void __construct(Container $container,
string resolveName() Get the resolved name of the queued job class.
string getName() Get the name of the queued job class.
void failed(Exception $e)
void delete() Delete the job from the queue.
Page 5 of 13