ProgressServiceCurrentProgress Property

TIBCO Spotfire 11.4 API Reference
Gets the progress object associated to the executing thread to which progress can be reported. The progress object is typically created through a call to ExecuteWithProgress(String, String, ProgressOperation). If no such call has been made a default progress object is returned. Any progress that is reported to the default progress is ignored

Namespace:  Spotfire.Dxp.Framework.ApplicationModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public static Progress CurrentProgress { get; }

Property Value

Type: Progress
Remarks

This property guarantees never to return null.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference