DialogEx.StopTimer

DialogEx.StopTimer ( 

number ID = 10 )

Description

Stops a dialog timer.

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

Parameters

ID

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

Returns

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

See also:  Related Actions