ISDBApplication::IsRunning: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{MethodDeclaration|SDBApplication|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. | |||
[[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.