[#node-KernelNotifications-progress] = xref:node.adoc[node]::xref:node/KernelNotifications.adoc[KernelNotifications]::progress :relfileprefix: ../../ :mrdocs: Report progress of a long‐running operation to the UI. == Synopsis Declared in `<node/kernel_notifications.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) override; ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#