Click or drag to resize

FitFunctionScriptControllerHasExecutionErrors 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#
public bool HasExecutionErrors()

Return Value

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

Implements

IScriptControllerHasExecutionErrors
See Also