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