Community
Participate
Working Groups
I can observe the following issue: 1) Run a command that sets a progress result at the end i.e. progressService.setProgressResult(display) 2) Run another command that at the beginning sets a progress message using progressService.setProgressMessage(message) Notice that when progressService.setProgressMessage(message) is called by command 2, the background set by the command 1 result is not reset.
fixed.