Tests whether a variant result holds the Interrupted alternative.
Declared in <kernel/notifications_interface.h>
template<typename T>
bool
IsInterrupted(T const& result);
true if the operation was interrupted, otherwise false.
| Name | Description |
|---|---|
| result | Variant result to inspect. |