ISDBScriptControl::Terminate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (added description) |
||
Line 3: | Line 3: | ||
===Property description=== | ===Property description=== | ||
Returns ''True'' if MediaMonkey wants to terminate the script, e.g. because the user commanded so. | |||
A script should regularly check this property if it's doing long-running work, e.g. before it enters a long loop. If the ''Terminate'' property returns ''True'', the script should terminate as safe and quickly as possible. | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Revision as of 20:58, 7 May 2007
CoClass SDBScriptControl, Interface ISDBScriptControl
Property Get Terminate As Boolean
Property description
Returns True if MediaMonkey wants to terminate the script, e.g. because the user commanded so.
A script should regularly check this property if it's doing long-running work, e.g. before it enters a long loop. If the Terminate property returns True, the script should terminate as safe and quickly as possible.