Built-in front calls / Standard front calls |
Executes a command on the front-end platform, with or without waiting.
ui.Interface.frontCall("standard", "execute", [cmd,wait], [result])
The "execute" front call runs a command on the front-end platform, with or without waiting option.
If the second parameter is set to 1 (TRUE), the runtime system will wait until the front-end gives the control back after the local command was executed.