Job class Job (
void fire() Fire the job. Return Value
string getRawBody() Get the raw body string for the job.
void failed(Exception $e)
void __construct(Container $container,
string getName() Get the name of the queued job class.
Container getContainer()
string resolveName() Get the resolved name of the queued job class.
bool isDeleted() Determine if the job has been deleted.
Page 3 of 13