Gimp.progress_end
function progress_end(): Boolean {
// Gjs wrapper for gimp_progress_end()
}
Ends the progress bar for the current plug-in.
Ends the progress display for the current plug-in. Most plug-ins don't need to call this, they just exit when the work is done. It is only valid to call this procedure from a plug-in.
Since 2.4
- Returns
TRUE on success.