ISDBApplication::IsRunning: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==[[SDBApplication#ISDBApplication_members|ISDBApplication]]::IsRunning==
{{MethodDeclaration|SDBApplication|ISDBApplication|Property Get IsRunning As Boolean}}


''Property Get IsRunning As Boolean''
===Property description===


No parameters
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.
===Property description===


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