Community
Participate
Working Groups
When cancelling a shell command that was launched to RSE using IShellService.runCommand(), CommandMiner.cancelCommand() in the org.eclipse.rse.services.dstore plugin is called which calls CommandMinerThread.sendExit(). In the sendExit() method, only command through IShellService.launchShell() are handled, there needs to be an else that handles commands launched with runCommand().
Seems dstore specific, correct?