bool isDeleted() Determine if the job has been deleted. Return Value bool
string getRawBody() Get the raw body string for the job. Return Value string
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
DatabaseQueue getDatabaseQueue() Get the underlying queue driver instance. Return Value DatabaseQueue
StdClass getDatabaseJob() Get the underlying database job. Return Value StdClass
Container getContainer() Get the IoC container instance. Return Value Container
void fire() Fire the job. Return Value void
void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void
Page 771 of 996