bool isDownForMaintenance() Determine if the application is in maintenance
void commands(array $commands) Register the package's custom Artisan commands
void line(string $string, string $style = null, null|int|string $verbosity = null)
void failed(Exception $e)
string ask(string $question, string $default = null) Prompt the user for
void warn(string $string) Write a string as warning output.
bool confirm(string $question, bool $default = false) Confirm a question
bool isReleased() Determine if the job was released back into the queue
Page 55 of 65