Member variable Thread():startTime Foundation

Time when a thread starts executing program code.

Attribute: READONLY ASSIGNMENT HIDDEN
Data type: Numeric | (NIL)
Description

The instance variable :startTime is used to store the time when a Thread object actually starts with program execution after calling the :start() method. The value is set by the :setStartTime()method and indicates the start time as "number of seconds since midnight". When a thread commences program execution, :startTime is reset to NIL.

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.