[#CCheckQueueControl-Complete] = xref:CCheckQueueControl.adoc[CCheckQueueControl]::Complete :relfileprefix: ../ :mrdocs: Waits for all queued checks to finish and returns any failure. == Synopsis Declared in `<checkqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::optional<R> Complete(); ---- == Return Value The error from the first failed check, or std::nullopt if all passed. [.small]#Created with https://www.mrdocs.com[MrDocs]#