CancelTimer
Type
statement
Summary
Cancels a timer.
Syntax
cancel timer
Description
Use to cancel a timer scheduled by the schedule statement.
Examples
// Cancel the timer when the widget is no longer on the current card.
public handler OnClose()
cancel timer
end handler
Related
message: OnTimer
statement: ScheduleTimerIn