Comos\Qpm\Supervision\Supervisor::stop PHP Method

stop() public method

public stop ( )
    public function stop()
    {
        Logger::debug(__METHOD__ . ' before-stop');
        $this->_keeper->stop();
        Logger::debug(__METHOD__ . ' after-stop');
    }