Illuminate\Queue\Console\WorkCommand::downForMaintenance PHP Method

downForMaintenance() protected method

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