Contents

enable

Enable command gate, this will unblock any blocked Commands and Actions.

Declaration

virtual void enable();

Overview

Enable the command gate. The attemptAction/attemptCommand calls will now be enabled and can succeeed. Stalled runCommand/runAction calls will be woken up.

See Also

Miscellaneous