TLO:QueuedCommands

From Lavish Software Wiki
Revision as of 12:11, 28 March 2015 by Lax (talk | contribs)
Jump to navigation Jump to search

Forms

  • bool QueuedCommands[substring]: Searches currently-queued commands to determine if a queued command containing the given substring is currently queued (case sensitive)
  • bool QueuedCommands
TRUE if this script has commands queued

Examples

Example code
Do
{
ExecuteQueued
}
While ${QueuedCommands}

See Also