Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Timer.getEnabled

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