HelpWizard Pages ReferenceManual5/en
Zur Navigation springen
Zur Suche springen
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 heavy use of asynchronous callbacks (futures).
Should be the last statement/expression before the execute function returns.