Call (Imagine function)
Run Imagine code on the Transparency Broker (Imagine class)
[Introduced in Model 204 8.0 βeta]
This page is under construction.
Syntax
[%string =] %(Imagine):Call( name, [payload= string], [globals= boolean], - [globalImages= boolean], [recordMap= boolean]) Throws BrokerLost
Syntax terms
%string | string |
---|---|
%(Imagine) | The class name in parentheses denotes a shared method. Call can also be invoked via a Imagine object variable, which may be Null. |
name | string |
payload | string The default value of this argument is ??. |
globals | Boolean value The default value of this argument is ??. |
globalImages | Boolean value The default value of this argument is ??. |
recordMap | Boolean value The default value of this argument is ??. |