array payload() Get the decoded body of the job.
void warn(string $string) Write a string as warning output.
void info(string $string, null|int|string $verbosity = null) Write a string
void deleteAndRelease(string $queue, string $job, int $delay) Delete a
void setLaravel(Container $laravel)
mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null)
bool isReleased() Determine if the job was released back into the queue
void fire() Execute the console command.
bool confirm(string $question, bool $default = false) Confirm a question
marshal() deprecated
Page 46 of 65