Webmozart\Console\Process\ProcessLauncher::isRunning PHP Méthode

isRunning() public méthode

Returns whether the launcher is currently running.
public isRunning ( ) : boolean
Résultat boolean Whether the launcher is running.
    public function isRunning()
    {
        return $this->running;
    }