Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Inherits BaseObservable
Implements IProgressState
The ProgressState class is used to represent the state of a progress indicator. It provides properties to indicate whether the progress is indeterminate and to set the progress percentage.
Properties
| Property | Type | Description |
|---|---|---|
| IsIndeterminate | Boolean | Gets or sets a value indicating whether the progress is indeterminate. |
| ProgressPercent | UInt | Gets or sets the progress percentage. This value is between 0 and 100. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer