Click or drag to resize

WindowsScriptEngine.Interrupt Method

Interrupts script execution and causes the script engine to throw an exception.

Namespace: Microsoft.ClearScript.Windows.Core
Assembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.5.0
Syntax
public override void Interrupt()

Implements

IScriptEngine.Interrupt()
Remarks
This method can be called safely from any thread.
See Also