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