Timer - Tick Event

Fired whenever the specified interval has elapsed

Member of Timer (PRIM_TIMR)

Details

The Tick event is executed every time the Interval elapses.
 
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