ISDBApplication::ProcessMessages

From MediaMonkey Wiki
Revision as of 19:37, 7 May 2007 by Steegy (talk | contribs) (Added explanation to description.)
Jump to navigation Jump to search

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.