Timer - Interval Property

Number of milliseconds between each tick

Member of Timer (PRIM_TIMR)

Data Type - Integer

Details

The Interval property defines the gap between Ticks in milliseconds.
 
If the Interval is set to 0, the timer will stop.
 
The single threaded nature of the LANSA runtime means that a timer tick is queued. Any activity already in progress will complete before the timer ticks.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2