HelpWizard Pages ReferenceManual5/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 3: | Zeile 3: | ||
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual4/en|back]] |
[[Datei:arrowleft.png|link=HelpWizard Pages ReferenceManual4/en|back]] |
||
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual6/en|back]] |
[[Datei:arrowright.png|link=HelpWizard Pages ReferenceManual6/en|back]] |
||
[Java] |
|||
[Python] |
|||
[Node] |
|||
[[HelpWizard Pages ReferenceManual5_C/en | [C] ]] |
|||
[[HelpWizard Pages ReferenceManual5_Smalltalk/en | [Smalltalk builtin] ]] |
|||
[JavaScript builtin] |
|||
* '''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 5. März 2021, 13:10 Uhr
Reference Manual (Async / Callbacks)[Bearbeiten]
[Java]
[Python]
[Node]
[C]
[Smalltalk builtin]
[JavaScript builtin]
- 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.