TableScriptExecuteWithBackgroundDialogAndSuspendNotifications Method |
Executes the script with suspended notifications while showing a background progress dialog.
Namespace: Altaxo.ScriptingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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