ProgressService CurrentProgress Property TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public static Progress CurrentProgress { get;	[FriendVisibleAttribute(true)]
	internal set;
 }

Property Value

Type: Progress
Remarks

This property guarantees never to return null.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also