-
Notifications
You must be signed in to change notification settings - Fork 2
commands
Ryan Newington edited this page Jun 6, 2016
·
1 revision
The <comands>
element contains the list of commands that are executed during a particular operation. Each <comands>
can contain one or more <command>
or <async-command>
elements, but must contain at least one element of either type.
- command element (synchronous command)
- async-command element (asynchronous command) Commands are always executed in the order that they appear in the XML file.