Processes all the pending messages in the current process.
capi
process-pending-messages ignored => nil
| ignored⇩ |
This argument is ignored. |
The function process-pending-messages processes all the pending messages in the current process, and then returns nil. It is useful when your code needs to continuously do something, but also needs to respond to user input or other messages.
CAPI User Guide and Reference Manual (Windows version) - 18 Feb 2025 15:35:34