HelpWizard Pages ReferenceManual6/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:




[[HelpWizard Pages ReferenceManual6_C/en | [C] ]]
[Java]
[Java]
[Python]
[Node]
[Node]
[Python]
[[HelpWizard Pages ReferenceManual6_C/en | [C] ]]
[[HelpWizard Pages ReferenceManual6_Smalltalk/en | [Smalltalk builtin] ]]
[JavaScript builtin]
[JavaScript builtin]
[[HelpWizard Pages ReferenceManual6_Smalltalk/en | [Smalltalk builtin] ]]


* '''call'''(''actionNameOrID'', ...)<br>tells expecco to execute another action, as specified by its name or UUID string. There is (currently) one restriction: the action may not directly or indirectly lead to an action to be executed on the same Bridge (i.e. a Python action cannot call another Python action this way).<br>The ID-string can be an explicit versionID or a generic functionalID (the later is recommended).<br>Returns the first value of the first output pin of the called action.
* '''call'''(''actionNameOrID'', ...)<br>tells expecco to execute another action, as specified by its name or UUID string. There is (currently) one restriction: the action may not directly or indirectly lead to an action to be executed on the same Bridge (i.e. a Python action cannot call another Python action this way).<br>The ID-string can be an explicit versionID or a generic functionalID (the later is recommended).<br>Returns the first value of the first output pin of the called action.

Version vom 8. März 2021, 13:56 Uhr

Reference Manual (Call Action)[Bearbeiten]

back back


[C] [Java] [Node] [Python] [JavaScript builtin] [Smalltalk builtin]

  • call(actionNameOrID, ...)
    tells expecco to execute another action, as specified by its name or UUID string. There is (currently) one restriction: the action may not directly or indirectly lead to an action to be executed on the same Bridge (i.e. a Python action cannot call another Python action this way).
    The ID-string can be an explicit versionID or a generic functionalID (the later is recommended).
    Returns the first value of the first output pin of the called action.



Copyright © 2014-2024 eXept Software AG