REBELinBLUE\Deployer\Heartbeat::isHealthy PHP Méthode

isHealthy() public méthode

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