Gimp.progress_cancel
@accepts(unicode)
@returns(bool)
def progress_cancel(progress_callback):
# Python wrapper for gimp_progress_cancel()
Cancels a running progress.
This function cancels the currently running progress.
Since 2.2
- progress_callback
The name of the callback registered for this progress.
- Returns