[#kernel-IsInterrupted] = xref:kernel.adoc[kernel]::IsInterrupted :relfileprefix: ../ :mrdocs: Tests whether a variant result holds the Interrupted alternative. == Synopsis Declared in `<kernel/notifications_interface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> bool IsInterrupted(T const& result); ---- == Return Value `true` if the operation was interrupted, otherwise `false`. == Parameters [cols="1,4"] |=== | Name| Description | *result* | Variant result to inspect. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#