pendingMessages | ||||||||||
Type | function | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Returns a list of messages that have been scheduled with the send command, but not yet delivered. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Keyword: items Command: cancel, send Glossary: property, message, command, return, object Control Structure: function | |||||||||
Description | Use the pendingMessages function to check whether a message has been sent yet, or to perform some action on each pending message. The time the message is scheduled for is in the same format as the long seconds form of the seconds function. Once scheduled, a message cannot be changed. You can cancel a pending message with the cancel command, and re-send it with the send command. | |||||||||
Tags | objects,messages |