Job (Contracts)

Job

interface Job (View source)

Methods

void fire()

Fire the job.

mixed release(int $delay)

Release the job back into the queue.

void delete()

Delete the job from the queue.

bool isDeleted() <