| Name | EnableTimer |
|---|---|
| Type | Method |
| Summary | Enables or disables an timer |
| Prototype | long EnableTimer(BSTR TimerName, BOOL Enabled); |
| Description | Enables or disables the named timer. An enabled timer is "active", otherwise it is ignored when processing periodic events. |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | eInvalidObjectLabel: The timer name is not valid |
See also ...