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
array getIronJob() Get the underlying IronMQ job. Return Value array
IronQueue getIron() Get the underlying Iron queue instance. Return Value IronQueue
Container getContainer() Get the IoC container instance. Return Value Container
void fire() Fire the job. Return Value void
void failed() Call the failed method on the job instance. Return Value void
void delete() Delete the job from the queue. Return Value void
int attempts() Get the number of times the job has been attempted. Return Value int
Page 578 of 996