ProgressService Properties TIBCO Spotfire 6.0 API Reference
The ProgressService type exposes the following members.
Properties

  NameDescription
Public propertyStatic memberCurrentProgress
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
Back to Top
See Also