Mmoreram\GearmanBundle\Service\GearmanExecute::handleSystemSignal PHP Method

handleSystemSignal() public method

Toggles that work should be stopped, we only subscribe to SIGTERM and SIGHUP
public handleSystemSignal ( $signo )
    public function handleSystemSignal($signo)
    {
        $this->stopWorkSignalReceived = true;
    }