Job|null pop(string $queue = null)
string askWithCompletion(string $question, array $choices, string $default = null)
bool hasArgument(string|int $name) Determine if the given argument is present
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string getRawBody() Get the raw body string for the job.
bool forget(mixed $id) Delete a single failed job from storage.
string|array argument(string $key = null) Get the value of a command argument
void line(string $string) Write a string as standard output.
array arguments() Get all of the arguments passed to the command.
Page 9 of 65