Retrieves a boolean value indicating whether the control is enabled.
public final boolean getEnabled()
Returns true if the timer is currently enabled, or returns false if it is disabled.
The getEnabled method allows you to determine whether the Timer control is enabled and triggering its timer event at regular intervals.
See Also setEnabled, start, stop