CancelTimer

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
cancel timer
Associationscom.livecode.widget
Summary

Cancels a timer.

Example
// Cancel the timer when the widget is no longer on the current card.
public handler OnClose()
	cancel timer
end handler
RelatedStatement: ScheduleTimerIn
Message: OnTimer
Description

Use to cancel a timer scheduled by the schedule statement.

Tagswidget