info("timelimitremaining")

The info(“timelimitremaining”) function returns the amount of time available (in seconds) before a loop will time out.


Description

This function returns the amount of time available (in seconds) before a loop will time out. You can use it with the timelimit function, see Preventing Endless Loops.


See Also


History

VersionStatusNotes
10.2NewNew in this version.