6 #ifndef KAGOME_APPLICATION_RECOVERYMODE 7 #define KAGOME_APPLICATION_RECOVERYMODE 20 int run()
const override {
30 #endif // KAGOME_APPLICATION_RECOVERYMODE
Mode for recover state to provided block.
std::function< int()> runner_
int run() const override
Runs application in this mode.
RecoveryMode(std::function< int()> &&runner)