ISDBApplication::IsRunning: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
Line 3: Line 3:
===Property description===
===Property description===


Returns True if MediaMonkey is properly initialized and running.
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.


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

Latest revision as of 09:01, 8 May 2007

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.