Gimp.progress_end

@returns(bool)
def progress_end():
    # Python 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