Member variable Thread():atEnd Foundation

Optionally specifies program code to execute once at the end of a thread.

Attribute: EXPORTED
Data type: Character | Code block | (NIL)
Description

Either a code block or a character string containing the name of a globally visible, user-defined function can optionally be assigned to :atEnd. The corresponding program code is executed in the :start() method before the thread terminates. This is analogous to an EXIT PROCEDURE of the application program.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.