Page.StopTimer

Page.StopTimer (

)

Description

Stops the page timer for the current page.

In other words, this action stops the page's On Timer event from being triggered again until the page timer is restarted with a Page.StartTimer action.

Parameters

None.

Returns

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

Availability

Standard

Pro

 

See also:  Related Actions