ProgressService CurrentProgress Property TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

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

Property Value

Type: Progress
Remarks

This property guarantees never to return null.
See Also