Disque\Command\BaseCommand::isBlocking PHP Méthode

isBlocking() public méthode

Tells if this command blocks while waiting for a response, to avoid being affected by connection timeouts.
public isBlocking ( ) : boolean
Résultat boolean If true, this command blocks
    public function isBlocking()
    {
        return false;
    }