Webmozart\Console\Process\ProcessLauncher::isRunning PHP Method

isRunning() public method

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