noui_ThreadSafeQuestion

Non-GUI handler, which logs and prints questions.

Synopsis

Declared in <noui.h>

bool
noui_ThreadSafeQuestion(
    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

NameDescription
interactive_messageInteractive prompt intended for a GUI; ignored here.
messageThe non-interactive message to log and print.
styleMessage box style flags describing the message severity.