Click or drag to resize

IScriptControllerCompile Method

Compiles the current script.

Namespace: Altaxo.Gui.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Task Compile(
	CancellationToken cancellationToken
)

Parameters

cancellationToken  CancellationToken
A token used to cancel compilation.

Return Value

Task
A task that represents the compilation operation.
See Also