Click or drag to resize

ProgressState Properties

The ProgressState type exposes the following members.

Properties
  NameDescription
Public propertyElapsed
Gets the elapsed processing time.
Public propertyItemsProcessed
Gets the number of processed items.
Public propertyPercent
Gets the percentile progress value in the [0-100] range.
Public propertyTotalItems
Gets the total number of items to process.
Public propertyUserData
Gets or sets a user defined data.
Top
See Also