info(“timers”)
The info(“timers”) function returns a carriage return separated list of all active timers.
Description
This function returns a carriage return separated list of all active timers. See starttimer for details about working with timers.
See Also
- changetimer -- modifies a repeating task that will be performed periodically when Panorama is not otherwise busy.
- info("timerinfo") -- returns a dictionary that contains all of the properties of the currently running timer.
- starttimer -- sets up and starts a repeating task that will be performed periodically when Panorama is not otherwise busy.
- stoptimer -- stops and deletes a timer that was set up with the StartTimer statement.
- timerinfo( -- returns a dictionary that contains all of the properties of a timer.
History
10.0 | New | New in this version. |