TaskGetProgressTitle Method

Spotfire Automation Services 14.4 API Reference
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: 66.0.19621.1485 (66.0.19621.1485)
Syntax

C#
public virtual string GetProgressTitle(
	TaskExecutionContext context
)

Parameters

context
Type: Spotfire.Dxp.Automation.ExtensionTaskExecutionContext
The execution context.

Return Value

Type: String
The progress title for the task.
Version Information

Supported in: 14.4
See Also

Reference