OnClose
Type
message
Summary
Sent when card containing the widget is navigated away from.
Syntax
OnClose
Description
Handle the OnClose message to have the widget perform an action when the card containing the widget is navigated away from.
Examples
public handler OnClose()
-- Schedule a timer to perform an action every 5 seconds
cancel timer
end handler