IJavaScriptEngine.

Interrupt() Method

Summary

Interrupts script execution and causes the JavaScript engine to throw an exception.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.JavaScript
Containing Type
IJavaScriptEngine

Syntax

void Interrupt()

Return Value

Type Description
void
GitHub