ProcessSourceTablesScriptExecuteWithBackgroundDialogAndSuspendNotifications 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,
IReadOnlyListDictionary<string, DataTable> sourceTables
)
Parameters
- myTable DataTable
- The data table this script is working on.
- sourceTables IReadOnlyListDictionaryString, DataTable
- The source tables that will be processed by this script.
Return Value
Exception
An exception if execution was canceled or failed before completion; otherwise,
.
See Also