Illuminate\Queue\Console\WorkCommand::downForMaintenance PHP Метод

downForMaintenance() защищенный Метод

Determine if the worker should run in maintenance mode.
protected downForMaintenance ( ) : boolean
Результат boolean
    protected function downForMaintenance()
    {
        return $this->option('force') ? false : $this->laravel->isDownForMaintenance();
    }