9. Generating Fields from Predefined Templates : How You Can Add a Generated Field to a Frame : The elapsed_timer Field Template : How an Elapsed Timer Field Works
 
Share this page                  
How an Elapsed Timer Field Works
When the frame containing the elapsed timer field is executed, the field appears as follows—displaying hours, minutes, and seconds (if specified) elapsed:
Timekeeping starts when the timer's frame is executed and continues until the running frame is closed. The timer operates automatically and updates its display at a specified frequency.
The timekeeping, display, and alarm functions of the elapsed_timer field are handled by the Timer_Manager user class, with a number of private user classes. For more information about the Timer_Manager class, see the appendix "Generated User Classes" in the Language Reference Guide.