HelpWizard Pages ReferenceManual6/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
⚫ | |||
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual5/en|back]] |
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual5/en|back]] |
||
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual7/en| |
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual7/en|next]] |
||
⚫ | |||
Zeile 13: | Zeile 13: | ||
* '''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. |
||
[[Category: HelpWizard/en]] |
|||
[[Category: HelpWizard API/en]] |
Aktuelle Version vom 10. März 2021, 20:05 Uhr
Reference Manual (Call Action)[Bearbeiten]
[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.