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: 71.0.21826.3255 (71.0.21826.3255)
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: 15.0, 14.8, 14.7, 14.6, 14.5, 14.4
See Also