Dequeue

From StickMUD
Revision as of 20:30, 5 June 2021 by Tamarindo (talk | contribs) (Created page with "<code>dequeue</code> - Remove all pending commands in command queue. == Description == The system uses internal command queues to queue timed commands so that all the command...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

dequeue - Remove all pending commands in command queue.

Description

The system uses internal command queues to queue timed commands so that all the commands will get executed in the same order as they were typed in by the user. This command removes all pending commands in the command queue.

Syntax
Command Description
dequeue Remove pending commands from queue.

See Also

alias, command, and quicktyper