Home / documentation / Virtuoso Standard Library - 1.0.0

Virtuoso Standard Library

Timer Control

A timer is a specialized type of clock used for measuring specific time intervals. Timers can be categorized into two main types. A timer which counts upwards from zero for measuring elapsed time is often called a stopwatch, while a device which counts down from a specified time interval is more usually called a timer. A simple example of this type is an hourglass. The timer control is a looping control used to repeat any task in a given time interval. It is an important control used in Client-side and Server-side programming, also in Windows Services. Furthermore, if we want to execute an application after a specific amount of time, we can use the Timer Control.

Case 1:-Default Setup


1. Default Node Style

                

 

2. Default Property Window

                   

 

3. Default Preview Window

              

 

Note: It does not have any view. So it can’t be seen in HOST. It is used to generate timer based event in TMB.

On this page: