Skip to content

Commit ea6a1bb

Browse files
committed
[[ Community Docs ]] Specified that time is in epoch seconds
for the pendingMessages function. Moreover I switched from unordered list to numbered list, regarding the items of each line of the pendingMessages list.
1 parent 1ee6450 commit ea6a1bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/dictionary/function/pendingMessages.lcdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ repeat with x = 1 to the number of lines of the pendingMessages
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

2525
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
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)