ISDBApplication::IsRunning

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBApplication, Interface ISDBApplication

Property Get IsRunning As Boolean


Property description

Returns True if MediaMonkey is properly initialized and running, which is almost always. It only returns False for a short time while MediaMonkey is starting or terminating and then it isn't safe to use most COM objects/methods.

You probably won't need this property in scripts, it's rather for some external tools that need to know whether MediaMonkey is really started and initialized.