[#noui_ThreadSafeQuestion] = noui_ThreadSafeQuestion :mrdocs: Non‐GUI handler, which logs and prints questions. == Synopsis Declared in `<noui.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool noui_ThreadSafeQuestion( xref:bilingual_str.adoc[bilingual_str] const& interactive_message, std::string const& message, unsigned int style); ---- == Return Value Always false, since a headless node cannot answer the question. == Parameters [cols="1,4"] |=== | Name| Description | *interactive_message* | Interactive prompt intended for a GUI; ignored here. | *message* | The non‐interactive message to log and print. | *style* | Message box style flags describing the message severity. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#