ISDBScriptControl::Terminate
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.