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
The IProgressState interface represents the state of a progress indicator in the Command Palette. It is used to provide information about the progress of an operation, such as loading or processing data.
Properties
| Property | Type | Description |
|---|---|---|
| IsIndeterminate | Boolean | Indicates whether the progress is indeterminate (true) or determinate (false). |
| ProgressPercent | UInt32 | Gets the progress percentage (0-100) if the progress is determinate. |
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