GracefulDeath::canTryAnotherTime PHP Method

canTryAnotherTime() private method

private canTryAnotherTime ( $status, $attempts, $lastWill )
    private function canTryAnotherTime($status, $attempts, $lastWill)
    {
        return call_user_func($this->reanimationPolicy, $status, $attempts, $lastWill->whatDidHeSayOnStdout(), $lastWill->whatDidHeSayOnStderr());
    }