| title | ProgressState Class | |||
|---|---|---|---|---|
| description | The ProgressState class is used to represent the state of a progress indicator. | |||
| ms.date | 2/25/2025 | |||
| ms.topic | reference | |||
| no-loc |
|
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.
| 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. |