Member variable Thread():startCount Foundation

Indicates the number of times the execution of program code has started in a thread.

Attribute: READONLY ASSIGNMENT HIDDEN
Data type: Numeric (0)
Description

If a time interval is specified by the :setInterval() method for the repeated execution of program code in a thread, the value in :startCount is incremented by 1 each time when program execution begins. If the thread is terminated, this instance variable will contain the total number of execution cycles since calling the :start() method.

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.