19void AbortNode(std::atomic<int> &exit_status,
const std::string &debug_message,
25 ?
_(
"A fatal internal error occurred, see debug.log for details")
27 exit_status.store(EXIT_FAILURE);
void AbortNode(std::atomic< int > &exit_status, const std::string &debug_message, const bilingual_str &user_message, bool shutdown)
void StartShutdown()
Request shutdown of the application.
bilingual_str _(const char *psz)
Translation function.
bilingual_str Untranslated(std::string original)
Mark a bilingual_str as untranslated.
bool InitError(const bilingual_str &str)
Show error message.
void SetMiscWarning(const bilingual_str &warning)