Number of milliseconds between each tick
Member of Timer (PRIM_TIMR)
Data Type - Integer
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.
Febuary 18 V14SP2