Timer: Difference between revisions
Jump to navigation
Jump to search
m (New page: A '''timer''' object refers to a timer set to execute a function a certain number of times with a specified delay. Note that after a timer has completed all its iterations, it is destroye...) |
mNo edit summary |
||
Line 1: | Line 1: | ||
A | A [[timer]] object refers to a timer set to execute a function a certain number of times with a specified delay. | ||
Note that after a timer has completed all its iterations, it is destroyed and any stored pointers to it become invalid. | Note that after a timer has completed all its iterations, it is destroyed and any stored pointers to it become invalid. |