kernel::Notifications::progress

Notifies about the progress of a long-running operation.

Synopsis

Declared in <kernel/notifications_interface.h>

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

Parameters

NameDescription
titleHuman-readable description of the operation.
progress_percentCompletion percentage, from 0 to 100.
resume_possibleWhether the operation can be resumed if interrupted.