void delete() Delete the job from the queue.
void fire() Fire the job. Return Value
IronQueue getIron()
string getRawBody() Get the raw body string for the job.
Container getContainer()
int attempts() Get the number of times the job has been attempted.
string getName() Get the name of the queued job class.
void release(int $delay) Release the job back into the queue.
Page 1 of 13