ISDBScriptControl::ShowHangingEvents: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (style)
 
Line 7: Line 7:
This method is useful for debugging scripts, when called and the script has some events registered, the event handlers are shown in a dialog box. In case there aren't any events registered, nothing happens.
This method is useful for debugging scripts, when called and the script has some events registered, the event handlers are shown in a dialog box. In case there aren't any events registered, nothing happens.


Introduced in MediaMonkey 3.1.0.1205.
''Introduced in MediaMonkey 3.1.0.1205.''


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

Latest revision as of 20:26, 20 April 2013

CoClass SDBScriptControl, Interface ISDBScriptControl

Sub ShowHangingEvents


Parameters

Method description

This method is useful for debugging scripts, when called and the script has some events registered, the event handlers are shown in a dialog box. In case there aren't any events registered, nothing happens.

Introduced in MediaMonkey 3.1.0.1205.