Resets the interrupt back to the non‐interrupted state.

Synopsis

Declared in <util/signalinterrupt.h>

[[nodiscard]]
bool
reset();

Return Value

true on success, false on error

Note

The return value should not be discarded.

Created with MrDocs