ProgramInstanceExeBaseExecute(IProgressReporter) Method |
Version 2 of the execute method. This method which must be overriden by the script in order to be able to execute the script.
This method is the entry point of the script
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void Execute(
IProgressReporter reporter
)
Parameters
- reporter IProgressReporter
- Can be used to report the execution progress of the script.
See Also