ISDBApplication::ShutdownAfterDisconnect: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
Line 6: Line 6:


For example a .vbs file is started from command line, it starts using SDBApplication object which causes MediaMonkey start-up (it wasn't running yet). Then if the script sets this property to True and terminates, MediaMonkey stays running.
For example a .vbs file is started from command line, it starts using SDBApplication object which causes MediaMonkey start-up (it wasn't running yet). Then if the script sets this property to True and terminates, MediaMonkey stays running.
See [[Introduction_to_scripting#About_external_scripts_and_applications|About external scripts and applications]] for more information.


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

Latest revision as of 19:53, 7 May 2007

CoClass SDBApplication, Interface ISDBApplication

Property Get/Let ShutdownAfterDisconnect As Boolean


Property description

Specifies whether to close MediaMonkey after the current object disconnects from it and MediaMonkey wasn't running before the object started it.

For example a .vbs file is started from command line, it starts using SDBApplication object which causes MediaMonkey start-up (it wasn't running yet). Then if the script sets this property to True and terminates, MediaMonkey stays running.

See About external scripts and applications for more information.