Screen.StartTimer

 Screen.StartTimer ( number Interval

 )

Description

Starts a timer on the screen.  When the timer fires, the screen gets a MSGID_ONTIMER through an On Ctrl Message.

Note: This action will stop any previous timers and restart the timer at the new interval.  Timers stop automatically when the screen is left.

Parameters

Interval

(number) The time interval in milliseconds.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions