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.3179.0 (4.8.3179.0)
Syntax
C#
public delegate bool ScriptExecutionHandler(
	IScriptText script,
	IProgressReporter reporter
)

Parameters

script  IScriptText
 
reporter  IProgressReporter
 

Return Value

Boolean
See Also