HelpWizard Pages ReferenceManual5/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Reference Manual (Async / Callbacks) == link=HelpWizard Pages ReferenceManual3/en|back Datei:arrowright.png|link=HelpWizard Pages…“) |
Cg (Diskussion | Beiträge) |
||
Zeile 4: | Zeile 4: | ||
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual5/en|back]] |
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual5/en|back]] |
||
* '''wait'''()<br>tells expecco, that although the execute() function will return, the action is still active, and that there will be a callback at some later time, which will report the outcome via success()/error()/fail().<br>Needed especially for NodeJS, which makes have use of callbacks. |
* '''wait'''()<br>tells expecco, that although the execute() function will return, the action is still active, and that there will be a callback at some later time, which will report the outcome via success() / error() / fail().<br>Needed especially for NodeJS, which makes have use of callbacks. |
Version vom 4. März 2021, 10:12 Uhr
Reference Manual (Async / Callbacks)[Bearbeiten]
- wait()
tells expecco, that although the execute() function will return, the action is still active, and that there will be a callback at some later time, which will report the outcome via success() / error() / fail().
Needed especially for NodeJS, which makes have use of callbacks.