[#CClientUIInterface-ThreadSafeQuestion] = xref:CClientUIInterface.adoc[CClientUIInterface]::ThreadSafeQuestion :relfileprefix: ../ :mrdocs: If possible, ask the user a question. If not, falls back to ThreadSafeMessageBox(noninteractive_message, style) and returns false. == Synopsis Declared in `<node/interface_ui.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btcsignals/signal.adoc[btcsignals::signal<bool(xref:bilingual_str.adoc[bilingual_str] const&, std::string const&, unsigned int), btcsignals::any_of>] ThreadSafeQuestion; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#