execute

Executes a command on the front-end platform, with or without waiting.

Syntax

ui.Interface.frontCall("standard", "execute",
 [cmd,wait], [result]) 
  1. cmd - The command to be executed.
  2. wait - The wait option (TRUE=wait, FALSE=do not wait).
  3. result - Holds the execution result (TRUE=success, FALSE=error).

Usage

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.