string getName() Get the name of the queued job class.
IronJob class IronJob extends Job
void fire() Fire the job. Return Value
void delete() Delete the job from the queue.
array payload() Get the decoded body of the job.
string resolveName() Get the resolved name of the queued job class.
void failed(Exception $e)
bool isDeleted() Determine if the job has been deleted.
bool isReleased() Determine if the job was released back into the queue
string getRawBody() Get the raw body string for the job.
Page 7 of 13