Difference between revisions of "TLO:QueuedCommands"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Requires LavishScript 1.07
 
 
 
== Forms ==
 
== Forms ==
*[[DataType:bool|bool]] '''QueuedCommands'''
+
*[[ObjectType:bool|bool]] '''QueuedCommands['''substring''']''': Searches currently-queued commands to determine if a queued command containing the given substring is currently queued (case sensitive)
 +
*[[ObjectType:bool|bool]] '''QueuedCommands'''
 
: TRUE if this script has commands queued
 
: TRUE if this script has commands queued
  
 
== Examples ==
 
== Examples ==
 
+
;Example code
 +
Do
 +
{
 +
ExecuteQueued
 +
}
 +
While ${QueuedCommands}
 
== See Also ==
 
== See Also ==
* [[LavishScript:Top-Level Objects|Top-Level Objects]]
+
*[[Command:ExecuteQueued|ExecuteQueued]]
 +
*[[Command:FlushQueued|FlushQueued]]
 +
*[[Command:QueueCommand|QueueCommand]]
 +
{{LavishScript:Top-Level Object}}

Latest revision as of 16:46, 8 July 2018

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

LavishScript Top-Level Objects

Data Storage Conversion
Bool - Float - Int - String
Enums
Enum
Date/Time
Time
Events
Event
Inline Branching
If
Math
Math
Misc
Arg - Event - Execute - LavishScript - Script - Select - Type
Operating System
System
Scripting
QueuedCommands - Return - Variable - This - VariableScope - ForEach - Context