The Timer object contains the following properties:
Property List
Name | Description |
---|---|
Enabled
|
Specifies whether a timer is active or inactive. If the timer is inactive, the timer routine is not executed. |
Interval
|
Specifies the number of milliseconds that should pass between two points in time when the timer routine starts executing. |
Name
|
Specifies the timer’s name that can be used to obtain the timer from the Timers collection. |
TimerProc
|
Specifies the name of the script routine which is periodically called by the timer. The name should be specified in the “unit_name.routine_name ” format. |