Sent to the current card when the user is leaving a card that has a group to go to one that doesn't have the group.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
closeBackground pBackgroundID
# Params
- pBackgroundID : The ID number of the background being exited.
# Examples
on closeBackground theClosedGroupID -- save when exiting a particular background: if theClosedGroupID is 234 then saveNotesToFile pass closeBackground end closeBackground
# Description
Handle the closeBackground message if you want to perform cleanup or do other tasks when the user leaves a background.
A background is closed when the user either goes to a card that doesn't have the group on it, or closes the stack.
The closeBackground message is sent only if the group backgroundBehavior property is set to true. If the group backgroundBehavior is false, no closeBackground message is sent, even if the group is placed on multiple cards.
A separate closeBackground message is sent for each background that is being closed.
# Tags
# See
- **keyword:** card - **property:** backgroundBehavior - **message:** preOpenBackground, closeStack, shutdown, openBackground, closeCard, closeBackground - **command:** group - **object:** card - **glossary:** property, current card, message, background, group