Page.StartTimer

Page.StartTimer ( 

number Interval = 1000 )

Description

Starts the page timer for the current page.

Note: Once started, the page timer will continually trigger the page's On Timer event on the interval that you specify. You can find the On Timer event tab in the script editor.

Parameters

Interval

(number) The timer interval in milliseconds.

Returns

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

See also:  Related Actions