ProgressState Properties |
The ProgressState type exposes the following members.
| Name | Description | |
|---|---|---|
| Elapsed |
Gets the elapsed processing time.
| |
| ItemsProcessed |
Gets the number of processed items.
| |
| Percent |
Gets the percentile progress value in the [0-100] range.
| |
| TotalItems |
Gets the total number of items to process.
| |
| UserData |
Gets or sets a user defined data.
|