HelpWizard Pages ReferenceManual5/en: Unterschied zwischen den Versionen

Aus expecco Wiki (Version 2.x)
Zur Navigation springen Zur Suche springen
Zeile 13: Zeile 13:


* '''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 heavy use of asynchronous callbacks (futures).<br>Should be the last statement/expression before the execute function returns.
* '''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 heavy use of asynchronous callbacks (futures).<br>Should be the last statement/expression before the execute function returns.


[[Category: HelpWizard/en]]
[[Category: HelpWizard API/en]]

Version vom 10. März 2021, 18:45 Uhr

Reference Manual (Async / Callbacks)[Bearbeiten]

back back


[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 heavy use of asynchronous callbacks (futures).
    Should be the last statement/expression before the execute function returns.



Copyright © 2014-2024 eXept Software AG