Member variable Thread():atStart Foundation

Optionally specifies program code to execute once at the beginning 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 :atStart. The corresponding program code is executed in the :start() method, prior to the execution of the code which is specified when the :start()method is called. This is analogous to an INIT 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.