HelpWizard Pages ReferenceManual5/en: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 5: | Zeile 5: | ||
[[HelpWizard Pages ReferenceManual5_C/en | [C] ]] |
<!-- [[HelpWizard Pages ReferenceManual5_C/en | [C] ]] -->[<strike>C</strike>] |
||
[Java] |
[<strike>Java</strike>] |
||
[Node] |
[Node] |
||
[Python] |
[Python] |
||
[JavaScript builtin] |
[<strike>JavaScript builtin</strike>] |
||
[[HelpWizard Pages ReferenceManual5_Smalltalk/en | [Smalltalk builtin] ]] |
<!-- [[HelpWizard Pages ReferenceManual5_Smalltalk/en | [Smalltalk builtin] ]] -->[<strike>Smalltalk builtin</strike>] |
||
* '''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 8. März 2021, 13:18 Uhr
Reference Manual (Async / Callbacks)[Bearbeiten]
[C]
[Java]
[Node]
[Python]
[JavaScript builtin]
[Smalltalk 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.