Called to report progress of a long‐running operation.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
virtual
void
ProgressHandler(
std::string_view title,
int progress_percent,
bool resume_possible);
Parameters
Name |
Description |
title |
A human‐readable operation title. |
progress_percent |
Percentage complete, from 0 to 100. |
resume_possible |
True if the operation can be resumed after interruption. |
Created with MrDocs