Difference between revisions of "Dequeue"

From StickMUD
Jump to navigation Jump to search
(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...")
 
Line 13: Line 13:
  
 
== See Also ==
 
== See Also ==
[[alias]], [[command]], and [[quicktyper]]
+
[[alias]], [[command]], [[queue]], and [[quicktyper]]

Revision as of 10:34, 20 June 2021

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, queue, and quicktyper