cmdpal 0.3.0

Rust SDK for PowerToys Command Palette
Documentation
1
2
3
4
5
6
7
8
9
The HideStatus method is used to hide a status message in the Command Palette. This method is used to remove the status message from the Command Palette, providing a way to clear feedback or notifications that are no longer relevant.

## Parameters

*message* [`IStatusMessage`]

The status message to be hidden in the Command Palette. This parameter is used to define the content of the status message that should be removed.

## Returns

A **Windows.Foundation.IAsyncAction** object that represents the asynchronous operation. This method does not return a value, but it can be awaited to ensure that the status message is hidden before proceeding with other operations.