6 #ifndef BITCOIN_SHUTDOWN_H 7 #define BITCOIN_SHUTDOWN_H 25 #endif // BITCOIN_SHUTDOWN_H void StartShutdown()
Request shutdown of the application.
void AbortShutdown()
Clear shutdown flag.
bool ShutdownRequested()
Returns true if a shutdown is requested, false otherwise.
void WaitForShutdown()
Wait for StartShutdown to be called in any thread.