string getReservedJob() Get the underlying reserved Redis job.
abstract int attempts() Get the number of times the job
void line(string $string) Write a string as standard output.
void comment(string $string, null|int|string $verbosity = null) Write a
string askWithCompletion(string $question, array $choices, string $default = null)
string resolveName() Get the resolved name of the queued job class.
string getQueue(string|null $queue) Get the queue or return the default
RedisJob class RedisJob extends Job
void comment(string $string) Write a string as comment output.
mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job
Page 49 of 65