ScriptEngineInterrupt Method |
Interrupts script execution and causes the script engine to throw an exception.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public abstract void Interrupt()
Public MustOverride Sub Interrupt
public:
virtual void Interrupt() abstract
abstract Interrupt : unit -> unit
Implements
IScriptEngineInterruptRemarks
This method can be called safely from any thread.
See Also