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
Job getPheanstalkJob() Get the underlying Pheanstalk job. Return Value Job
Pheanstalk getPheanstalk() Get the underlying Pheanstalk instance. Return Value Pheanstalk
string getName() Get the name of the queued job class. Return Value string
string getJobId() Get the job identifier. Return Value string
Container getContainer() Get the service 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 939 of 996