Difference between revisions of "Command:ExecuteQueued"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
{{CMD-DR|ExecuteQueued|Newbie|Beginner|Newbie|Intermediate}}
 +
ExecuteQueued
  
 
== Description ==
 
== Description ==
 +
Executes a single queued command.
  
 
== Examples ==
 
== Examples ==
 +
<tt>QueueCommand call MyFunction ${Something}
 +
ExecuteQueued</tt>
  
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Commands|Commands]]
 
{{Command-Stub}}
 
{{Command-Stub}}

Revision as of 23:35, 12 March 2005

Syntax

Command Difficulty Rating
ExecuteQueued
Usage Newbie
Level of Understanding Beginner
Computer Savvy Newbie
Logic Intermediate

ExecuteQueued

Description

Executes a single queued command.

Examples

QueueCommand call MyFunction ${Something}
ExecuteQueued

See Also