Gets the title text to show in progress dialogs when executing this task.
By default, this returns the Title.
Remarks
Note, this might not be called on application thread.
Namespace: Spotfire.Dxp.Automation.Extension
Assembly: Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public virtual string GetProgressTitle( TaskExecutionContext context )
Parameters
- context
- Type: Spotfire.Dxp.Automation.ExtensionTaskExecutionContext
The execution context.
Return Value
Type: StringThe progress title for the task.
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4
See Also