Name: cancel Type: command Syntax: cancel Summary: Removes a that was queued with the and is waiting to be sent. Introduced: 1.0 OS: mac, windows, linux, ios, android Platforms: desktop, server Example: cancel 2298 Example: cancel item 1 of last line of the pendingMessages Example: # Assume these two handlers in a card script. # Call scheduleBeep to queue a message # Call cancelBeep to cancel the pending message local sMessageID on scheduleBeep send "beep" to this card in 20 seconds put the result into sMessageID end scheduleBeep on cancelBeep cancel sMessageID end cancelBeep Parameters: messageQueueID (integer): The ID number of the message. Description: Use the to get rid of that were set up but are no longer required. The ID number of the message is returned by the that sent the . This number is also the first of the line corresponding to the message in the . All are automatically canceled when the application quits. It is common to need to a number of when leaving a or , if the only pertain to that card or stack. For example, you might have queued a number of that create an animated display on the current , and need to them when the user goes to another . The best solution in a case like this is to place each in a