Notifies about the progress of a long-running operation.
Declared in <kernel/notifications_interface.h>
virtual
void
progress(
bilingual_str const& title,
int progress_percent,
bool resume_possible);
| Name | Description |
|---|---|
| title | Human-readable description of the operation. |
| progress_percent | Completion percentage, from 0 to 100. |
| resume_possible | Whether the operation can be resumed if interrupted. |