Command:ExecuteQueued
From Lavish Software Wiki
Contents |
[edit]
Syntax
| ExecuteQueued | |
| Usage | Beginner |
| Level of Understanding | Intermediate |
| Computer Savvy | Beginner |
| Logic | Intermediate |
ExecuteQueued [searchstring]
[edit]
Description
Executes a single queued command. Without parameters, it executes the command at the head of the queue. If a parameter is given, it executes the first command that matches the searchstring or portion of.
[edit]
Examples
QueueCommand call MyFunction ${Something}
QueueCommand call AnotherFunction
QueueCommand call CoolFunction
ExecuteQueued
ExecuteQueued oolF
[edit]
