ScriptExecutionHandler Delegate |
Executes the script provided in the argument.
Namespace: Altaxo.Gui.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic delegate bool ScriptExecutionHandler(
IScriptText script,
IProgressReporter reporter
)
Parameters
- script IScriptText
- The script to execute.
- reporter IProgressReporter
- The progress reporter used during execution.
Return Value
Booleantrue if execution succeeded; otherwise,
false.
See Also