Click or drag to resize

V8ScriptEngineInterrupt Method

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

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public override void Interrupt()

Implements

IScriptEngineInterrupt
IScriptEngineInterrupt
Remarks
This method can be called safely from any thread.
See Also