6#ifndef BITCOIN_SHUTDOWN_H
7#define BITCOIN_SHUTDOWN_H
12bool AbortNode(
const std::string &strMessage,
void WaitForShutdown()
Wait for StartShutdown to be called in any thread.
bool ShutdownRequested()
Returns true if a shutdown is requested, false otherwise.
bool InitShutdownState()
Initialize shutdown state.
void StartShutdown()
Request shutdown of the application.
bool AbortNode(const std::string &strMessage, bilingual_str user_message=bilingual_str{})
Abort with a message.
void AbortShutdown()
Clear shutdown flag.