HelpWizard Pages ReferenceManual5 Smalltalk
Version vom 10. März 2021, 19:50 Uhr von Cg (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „link=HelpWizard Pages ReferenceManual4 Smalltalk/en|back link=HelpWizard Pages ReferenceManual5/en|backDatei:ar…“)
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.