toggle_progress# CommonWindowUtils.toggle_progress(mode=0)[source]# Toggles the visibility of the progress row. Parameters: modeint, optionalThe mode of the toggle operation. Default is 0. - 0: Toggles the progress row between open and closed states. - 1: Opens the progress row. - 2: Closes the progress row.