ProgressState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represent the state of the reported progress.
public enum ProgressState
type ProgressState =
Public Enum ProgressState
- Inheritance
-
ProgressState
Fields
Name | Value | Description |
---|---|---|
Start | 0 | The progress is started. The reported value in the Progress structure will have the max number progressing toward. |
End | 1 | The progress is ended. The reported value in the Progress structure will have the final max processed number. |
Increment | 2 | The progress is incremented. The reported value in increment value in the progress. |