XPSPL\Routine::reset PHP Méthode

reset() public méthode

Resets the routine after the processor has used it.
public reset ( ) : void
Résultat void
    public function reset()
    {
        $this->_signals = [];
        $this->_idle = [];
    }