IScriptControllerCompile Method |
Compiles the current script.
Namespace: Altaxo.Gui.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxTask Compile(
CancellationToken cancellationToken
)
Parameters
- cancellationToken CancellationToken
- A token used to cancel compilation.
Return Value
TaskA task that represents the compilation operation.
See Also