Click or drag to resize

IScriptControllerHasExecutionErrors Method

Determines whether execution errors are present.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool HasExecutionErrors()

Return Value

Boolean
true if execution errors are present; otherwise, false.
See Also