ISDBApplication::ProcessMessages: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (Added explanation to description.)
Line 3: Line 3:
===Method description===
===Method description===


Processes messages in internal MediaMonkey's message queue.
Processes messages in MediaMonkey's internal message queue.
 
MediaMonkey runs scripts in the same thread as its graphical user interface. When you're doing heavy work in an internal script (e.g. using lengthy, processor-heavy loops), be sure to call ''ProcessMessages'' once in a while to keep the MediaMonkey gui responsive.


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Revision as of 19:37, 7 May 2007

CoClass SDBApplication, Interface ISDBApplication

Sub ProcessMessages


Method description

Processes messages in MediaMonkey's internal message queue.

MediaMonkey runs scripts in the same thread as its graphical user interface. When you're doing heavy work in an internal script (e.g. using lengthy, processor-heavy loops), be sure to call ProcessMessages once in a while to keep the MediaMonkey gui responsive.