Unset a warning message. If a warning with the specified id is active, it is unset, the UI is updated, and true is returned. Otherwise, no warning is unset and false is returned.
Declared in <node/warnings.h>
[[requires_capability(0x7f2e144314f8)]]
bool
Unset(warning_type id);
true if the warning was indeed unset (i.e. there is an active warning with this id), otherwise false.
| Name | Description |
|---|---|
| id [in] | Unique identifier of the warning. |