IScriptEngineExceptionExecutionStarted 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.2.4
Syntaxbool ExecutionStarted { get; }
ReadOnly Property ExecutionStarted As Boolean
Get
property bool ExecutionStarted {
bool get ();
}
abstract ExecutionStarted : bool with get
Property Value
Type:
Boolean
See Also