node::KernelNotifications::progress

Report progress of a long-running operation to the UI.

Synopsis

Declared in <node/kernel_notifications.h>

virtual
void
progress(
    bilingual_str const& title,
    int progress_percent,
    bool resume_possible) override;

Parameters

NameDescription
titleHuman-readable description of the operation.
progress_percentCompletion percentage in the range 0 to 100.
resume_possibleWhether shutting down now allows the operation to resume later.