Timer
Timer>result
Returns the number of milliseconds that have elapsed since the script was started.
Example:
Timer>startTime
..
.. do something here
..
Timer>endTime
Let>elapsed_seconds={(%endTime%-%startTime%)/1000}
MessageModal>Seconds elapsed: %elapsed_seconds%