Difference between revisions of "Queue"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>queue</code> - process commands in the order they were entered. == Description == The system uses internal command queues to process timed commands so that all the comm...")
 
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
  
 
== See Also ==
 
== See Also ==
[[command]], and [[dequeue]]
+
[[alias]], [[command]], [[dequeue]], quicktyper, and [[socials]]

Latest revision as of 21:33, 16 January 2023

queue - process commands in the order they were entered.

Description

The system uses internal command queues to process timed commands so that all the commands get executed in the same order as they were typed.

The queue allows buffering commands ahead of time so as one command finishes, the next one begins.

The queue allows one to set whether or not commands are stacked so they may be processed in the order entered, or not stacked, forcing one to enter the command the moment the last executed command is finished.

Syntax
Command Description
queue Toggle command queue.
queue on Enable command queue.
queue off Disable command queue.

See Also

alias, command, dequeue, quicktyper, and socials