GimpUi.ProcedureDialog.prototype.run

function run(): Boolean {
    // Gjs wrapper for gimp_procedure_dialog_run()
}
  

Show dialog and only returns when the user finished interacting with it (either validating choices or canceling).

Returns

true if the dialog was validated, false otherwise.