timer_value (name: STRING)
Returns, in seconds, the amount of time elapsed since the timer was started. Unlike timer_elapsed, this function returns the same value regardless of whether the timer is ascending or descending.
timer_elapsed
timer functions
Timer_Manager
script finish_test is total_time := timer_value ('test') -- store the amount of time the user took delete_timer ('test') end