Back to Aurora Vision Library website

You are here: Start » Function Reference » Debug Preview » WaitForAllViewsClose

WaitForAllViewsClose


Header: AVL.h
Namespace: avl::DebugPreview
Module: FoundationLite

Waits for all floating preview windows to be closed by the user.

Syntax

void avl::DebugPreview::WaitForAllViewsClose()

Description

This function will block the execution until the user manually closes all active preview windows, or until the debug preview subsystem is terminated by other threads. During the waiting period all preview windows remain responsive.

This function will not invalidate any view handles. All allocated view handles still have to be close with CloseView or CloseAll functions.

See Also

  • CloseAll – Closes all floating preview windows and cleanups the preview subsystem.