int size(string $queue = null) Get the size of the queue.
void delete() Delete the job from the queue.
void error(string $string) Write a string as error output.
bool hasOption(string $name) Determine if the given option is present.
int call(string $command, array $arguments = array()) Call another console
string resolveName() Get the resolved name of the queued job class.
JobFailed class JobFailed (
Application getLaravel()
void failed(Exception $e)
int attempts() Get the number of times the job has been attempted.
Page 38 of 65