Click or drag to resize

ScriptInterruptedException.ExecutionStarted Property

Gets a value that indicates whether script code execution had started before the current exception was thrown.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
public bool ExecutionStarted { get; }

Property Value

Boolean

Implements

IScriptEngineException.ExecutionStarted
See Also