Specifies the run-time operation of the Timer object.
Syntax
object.TimerEnabled [= Boolean]
Properties
The TimerEnabled property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
The run-time operation of the Timer object. |
Settings
The settings for Boolean are:
Value |
Description |
True |
If set in the Configuration environment, the Timer is started when the WorkSpace is switched to the Run-time environment. If set from False in the Run-time environment, nothing will happen, the user must call StartTimer. |
False |
If set in the Configuration environment, the Timer will not be started when the WorkSpace is switched to the Run-time environment. If set in the Run-time environment, the timer will be stopped. |