ProgressState Class |
Namespace: Opait.Api
public sealed class ProgressState
The ProgressState type exposes the following members.
| Name | Description | |
|---|---|---|
| ProgressState(String) |
Initializes a new instance of the ProgressState class.
| |
| ProgressState(TimeSpan) |
Initializes a new instance of the ProgressState class.
| |
| ProgressState(TimeSpan, String) |
Initializes a new instance of the ProgressState class.
| |
| ProgressState(Int32, TimeSpan, String) |
Initializes a new instance of the ProgressState class.
| |
| ProgressState(Int32, Int32, Int32, TimeSpan) |
Initializes a new instance of the ProgressState class.
|
| 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.
|