From Clomosy Docs

The ProcessMessages function is a Clomosy function that helps an application process pending events in its message queue and perform interface updates.

Clomosy applications generate events in response to various actions, such as user interactions, system events, or timers. These events are added to the message queue within the application. The ProcessMessages function processes this message queue and executes the pending events.

Clomosy.ProcessMessages;

See Also