| Function | Description |
|---|---|
| clear | Clears any stored arguments. |
| exec | Executes the system application. |
| getResult | Gets a result returned from the system application. |
| setArgument | Stores the argument for use when executing the system application. |
| getLabel | Returns the symbol's label. |
| getName | Returns the symbol's name. |
| getJson | Returns the symbol's metadata and value represented in JSON. |
| getValueJson | Returns the symbol's value represented in JSON. |
| updateValueFromJson | Modifies the symbol based on a JSON representation of the value. |