mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job
bool isReleased() Determine if the job was released back into the queue
string anticipate(string $question, array $choices, string $default = null)
string|array argument(string $key = null) Get the value of a command argument
string secret(string $question, bool $fallback = true) Prompt the user
string getName() Get the name of the queued job class.
array arguments() Get all of the arguments passed to the command.
bool isDeferred() Determine if the provider is deferred.
void setLaravel(Application $laravel)
Page 35 of 65