ProgressService CurrentProgress Property TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also