DialogEx.StopTimer

DialogEx.StopTimer ( 

number ID = 10 )

Example 1

DialogEx.StopTimer();

Stops the dialog timer whose ID is 10 on the current dialog.

Example 2

DialogEx.StopTimer(50);

Stops the dialog timer whose ID is 50 on the current dialog.

See also:  Related Actions