Skip to content

commands

Ryan Newington edited this page Jun 6, 2016 · 1 revision

<commands> element

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.
Clone this wiki locally