DialogEx.StartTimer

DialogEx.StartTimer (

number Interval = 1000,

number ID = 10 )

Description

Starts a dialog timer.

Note: Once started, the dialog timer will continually trigger the dialog's On Timer event on the interval that you specify. You can find the On Timer event tab in the script editor.

Parameters

Interval

(number) The timer interval in milliseconds.

ID

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

Returns

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

See also: Related Actions