Progress Struct
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.
public readonly struct Progress
type Progress = struct
Public Structure Progress
- Inheritance
-
Progress
Constructors
Progress(ProgressState, String, Int32) |
Construct the Progress object using the progress state, message and the value. |
Properties
Message |
The message of the progress. |
State |
The progress state. |
Value |
The Value of the progress. |