Overview | Methods | This Package | All Packages
Retrieves a boolean value indicating whether the control is enabled.
Syntax
public final boolean getEnabled()
Return Value
Returns true if the timer is currently enabled, or returns false if it is disabled.
Remarks
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