[#kernel-Notifications-progress] = xref:kernel.adoc[kernel]::xref:kernel/Notifications.adoc[Notifications]::progress :relfileprefix: ../../ :mrdocs: Notifies about the progress of a long‐running operation. == Synopsis Declared in `<kernel/notifications_interface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void progress( xref:bilingual_str.adoc[bilingual_str] const& title, int progress_percent, bool resume_possible); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#