แก้ไข

แชร์ผ่าน


IProgressState Interface

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.