Click or drag to resize

V8ScriptEngineCancelInterrupt Method

Cancels any pending request to interrupt script execution.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.3
Syntax
public void CancelInterrupt()
Remarks
This method can be called safely from any thread.
See Also