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
Name |
Description |
title |
Human‐readable description of the operation. |
progress_percent |
Completion percentage in the range 0 to 100. |
resume_possible |
Whether shutting down now allows the operation to resume later. |
Created with MrDocs