Click or drag to resize

ScriptExecutionHandler Delegate

Executes the script provided in the argument.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public delegate bool ScriptExecutionHandler(
	IScriptText script,
	IProgressReporter reporter
)

Parameters

script  IScriptText
The script to execute.
reporter  IProgressReporter
The progress reporter used during execution.

Return Value

Boolean
true if execution succeeded; otherwise, false.
See Also