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
The HideStatus method is used to hide a status message that was previously displayed in the command palette. This is useful for clearing the status area when the operation associated with the status message is complete or no longer relevant.
Parameters
message IStatusMessage
The status message to be hidden, provided as an object implementing IStatusMessage. This parameter identifies the specific status message that should be removed from the command palette's status area.
Windows developer