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 action editor.

Parameters

Interval

(number) The timer interval in milliseconds.

Returns

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

Availability

Standard

Pro

 

See also:  Related Actions