bool isDeletedOrReleased() Determine if the job has been deleted or released
string getName() Get the name of the queued job class.
bool isDeleted() Determine if the job has been deleted.
string resolveName() Get the resolved name of the queued job class.
void fire() Fire the job. Return Value
void bury() Bury the job in the queue. Return
SyncJob class SyncJob extends Job
bool isReleased() Determine if the job was released back into the queue
string getQueue() Get the name of the queue the job belongs to.
Page 9 of 13