HelpWizard Pages ReferenceManual5 Smalltalk/en
Version vom 10. März 2021, 20:08 Uhr von Cg (Diskussion | Beiträge)
Reference Manual Smalltalk API (Async / Callbacks)[Bearbeiten]
- self 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().
Should be the last statement/expression before the execute function returns.