HelpWizard Pages ReferenceManual6/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual (Call Action) == link=HelpWizard Pages ReferenceManual5/en|back Datei:arrowright.png|link=HelpWizard Pages Refer…“) |
Cg (Diskussion | Beiträge) |
||
Zeile 4: | Zeile 4: | ||
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual7/en|back]] |
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual7/en|back]] |
||
* '''call'''(''actionNameOrID'', ...)<br>tells expecco to execute another action, as specified by its name or UUID. 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>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>Returns the first value of the first output pin of the called action. |
Version vom 4. März 2021, 10:19 Uhr
Reference Manual (Call Action)[Bearbeiten]
- 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).
Returns the first value of the first output pin of the called action.