![]() |
Progress Class |
Namespace: CADSharpTools.MVVM.Models
The Progress type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsIndeterminate |
Gets or sets the IsInderminate property.
|
![]() | Max |
Index of the last operation.
|
![]() | Message |
Gets or sets a descriptive message of the current Value being processed.
|
![]() | ProgressColor |
Gets or sets the color of the progress bar.
|
![]() | Value |
Current operation index.
|
Name | Description | |
---|---|---|
![]() | Cancel |
Cancels the progress. Invoke this method when the user requests a cancellation.
|
![]() | Complete |
Force the progress to complete successfully.
|
![]() | CompleteWithError |
Completes the progress with an error.
|
![]() | Report |
Report the progress.
|
![]() | Reset |
Reset the progress object. Invoke this method after user cancellation or to reset the progress object after completion.
|