[#kernel-InterruptResult] = xref:kernel.adoc[kernel]::InterruptResult :relfileprefix: ../ :mrdocs: Simple result type for functions that need to propagate an interrupt status and don't have other return values. == Synopsis Declared in `<kernel/notifications_interface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using InterruptResult = std::variant<std::monostate, Interrupted>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#