ScriptInterruptedException.ExecutionStarted Property |
Gets a value that indicates whether script code execution had started before the current exception was thrown.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntaxpublic bool ExecutionStarted { get; }
Public ReadOnly Property ExecutionStarted As Boolean
Get
public:
virtual property bool ExecutionStarted {
bool get () sealed;
}
abstract ExecutionStarted : bool with get
override ExecutionStarted : bool with get
Property Value
BooleanImplements
IScriptEngineException.ExecutionStarted
See Also