Skip to main content

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

message: OnTimer

statement: ScheduleTimerIn

Thank you for your feedback!

Was this page helpful?