Progress Methods TIBCO Spotfire 7.6 API Reference

The Progress type exposes the following members.

Methods

  Name Description
Public method Code example BeginSubtask
Starts a new determinate subtask, that is, a subtask in which the extent of the operation is known, for example that it requires x steps to be performed.
Public method CheckCancel
Checks if the current progress operation has been canceled by the user and if so, throws a ProgressCanceledException.
Public method Code example ExecuteSubtask(String)
Marks the start of a new subtask.
Public method Code example ExecuteSubtask(String, ProgressOperation)
Starts a new continuous subtask, that is, a subtask in which the extent of the operation is either not known or not of interest.
Public method Code example ExecuteSubtask(String, Int64, String, ProgressOperation)
Starts a new determinate subtask, that is, a subtask in which the extent of the operation is known, for example that it requires x steps to be performed.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method TryReportProgress
Reports one unit of progress to the currently executing subtask.
Public method TryReportProgress(Int64)
Report one or more steps of progress to the currently executing subtask.
Top
See Also

Reference