[#util-SignalInterrupt-reset] = xref:util.adoc[util]::xref:util/SignalInterrupt.adoc[SignalInterrupt]::reset :relfileprefix: ../../ :mrdocs: Resets the interrupt back to the non‐interrupted state. == Synopsis Declared in `<util/signalinterrupt.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool reset(); ---- == Return Value true on success, false on error [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#