Called to report progress of a long-running operation.
Declared in <kernel/bitcoinkernel_wrapper.h>
virtual
void
ProgressHandler(
std::string_view title,
int progress_percent,
bool resume_possible);
| 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. |