ISDBApplication::IsRunning

From MediaMonkey Wiki
Revision as of 09:01, 8 May 2007 by Jiri (talk | contribs) (→‎Property description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.