Page.StopTimer

Page.StopTimer ( 

number ID = 10 )

Description

Stops a page timer.

In other words, this action stops the On Timer event from being triggered by the page timer that was started with a Page.StartTimer action using the same timer ID. Other page timers will continue to run until they are stopped.

Parameters

ID

(number) The ID of the page timer to stop.

Returns

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

See also:  Related Actions