Click or drag to resize

ProgramInstanceScriptExecute Method

Executes the script. If no instance of the script object exists, a error message will be stored and the return value is false. If the script object exists, the Execute function of this script object is called.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Execute(
	IProgressReporter reporter
)

Parameters

reporter  IProgressReporter

[Missing <param name="reporter"/> documentation for "M:Altaxo.Scripting.ProgramInstanceScript.Execute(Altaxo.IProgressReporter)"]

Return Value

Boolean
True if executed without exceptions, otherwise false.
Remarks
If exceptions were thrown during execution, the exception messages are stored inside the column script and can be recalled by the Errors property.
See Also