Gimp.progress_cancel

function progress_cancel(progress_callback: String): Boolean {
    // Gjs 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

TRUE on success.