Tests whether a variant result holds the Interrupted alternative.

Synopsis

Declared in <kernel/notifications_interface.h>

template<typename T>
bool
IsInterrupted(T const& result);

Return Value

true if the operation was interrupted, otherwise false.

Parameters

Name

Description

result

Variant result to inspect.

Created with MrDocs