ExecuteΒΆ

Allows to execute commands. Each subnode provides an interface to execute a command independently. Initially only the Default subnode exists and provides the interface to execute one command at a time. When an application needs to run two or more commands concurrently it can simply create new subnodes and use their corresponding Command, Parameters and Result subnodes to execute commands independently of any other execution node. The execution node names must be unique but can be chosen freely by the application and could for example describe the usage of the node (e.g. a thread name, or the name of a command that is repeatedly executed in this node).

See Commands for details on command execution and a description of all available commands.

Format

Object

A parameter sub tree. Please refer to the description of the sub nodes for further information.