info("timerinfo")

The info(“timerinfo”) function returns a dictionary that contains all of the properties of the currently running timer.


Description

This function returns a dictionary that contains all of the properties of the currently running timer. You should only use this function within your timer code – it should never be used in regular code. For more information about decoding this dictionary, see the timerinfo( function, which is similar, but accesses timers by name, rather than only the currently running timer.


See Also


History

VersionStatusNotes
10.0NewNew in this version.