Non-GUI handler, which logs and prints questions.
Declared in <noui.h>
bool
noui_ThreadSafeQuestion(
bilingual_str const& interactive_message,
std::string const& message,
unsigned int style);
Always false, since a headless node cannot answer the question.
| 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. |