Skip to content

Commit 1af49a8

Browse files
committed
Merge pull request livecode#3541 from angerangel/develop
[[ Community Docs ]] Specified that time is in epoch seconds
2 parents 39cbe38 + 003d4ad commit 1af49a8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/dictionary/function/pendingMessages.lcdoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ repeat with x = 1 to the number of lines of the pendingMessages
2222

2323
The result: The message ID is the same as the one placed in the result function when it was scheduled with the <send> command.
2424

25-
Returns (enum): The <pendingMessages> <function> <return|returns> a list of <message|messages>, one per line. Each line consists of four <items>, separated by commas:
26-
- the message ID
27-
- the time the message is scheduled for
28-
- the message name
29-
- the long ID <property> of the <object> that the <message> will be sent to
25+
Returns: The <pendingMessages> <function> <return|returns> a list of <message|messages>, one per line. Each line consists of four <items>, separated by commas:
26+
1. the message ID
27+
2. the time the message is scheduled for (in seconds, Unix epoch time)
28+
3. the message name
29+
4. the long ID <property> of the <object> that the <message> will be sent to
3030

3131
Description:
3232
Use the <pendingMessages> <function> to check whether a <message> has been sent yet, or to perform some action on each pending <message>.

0 commit comments

Comments
 (0)