void warn(string $string, null|int|string $verbosity = null) Write a string
string askWithCompletion(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
void info(string $string) Write a string as information output.
void delete() Delete the job from the queue.
Request getRequest()
Job|null pop(string $queue = null)
IronQueue getIron()
Job class Job (
int attempts() Get the number of times the job has been attempted.
Page 8 of 65