Enabled
value = timer.Enabled
or
timer.Enabled = value
Description:
This property is about calling the handler function. The timer
continues to run even when not enabled, but the handler is not
called. The initial value of this property is true.
This is a read/write boolean property.