ISDBApplication::ProcessMessages
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.