Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Timer.stop

Stops the Timer control.

Syntax

public final void start()

Remarks

The stop method is used to stop the Timer control. The timer event is not triggered. The stop method is identical to calling the setEnabled method and passing a false value.

See Also   start, getEnabled