Stops the Timer control.
public final void start()
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