Click or drag to resize

TableScriptExecuteWithBackgroundDialogAndSuspendNotifications Method

Executes the script with suspended notifications while showing a background progress dialog.

Namespace: Altaxo.Scripting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Exception? ExecuteWithBackgroundDialogAndSuspendNotifications(
	DataTable myTable
)

Parameters

myTable  DataTable
The data table this script is working on.

Return Value

Exception
An exception if execution was canceled or failed before completion; otherwise, .
See Also