ISDBApplication::ShutdownAfterDisconnect: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 13:41, 21 March 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.