REBELinBLUE\Deployer\Heartbeat::isHealthy PHP Method

isHealthy() public method

Determines whether the heartbeat is currently healthy.
public isHealthy ( ) : boolean
return boolean
    public function isHealthy()
    {
        return $this->status === self::OK;
    }