Click or drag to resize

ScriptControllerExecute Method

Executes the script.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Execute(
	IProgressReporter reporter
)

Parameters

reporter  IProgressReporter
The progress reporter used during execution.

Implements

IScriptControllerExecute(IProgressReporter)
See Also