Waits for all queued checks to finish and returns any failure.
Declared in <checkqueue.h>
<checkqueue.h>
std::optional<R> Complete();
The error from the first failed check, or std::nullopt if all passed.