Is it possible to disable the "Cancel" button in the progress dialog displayed when a job is running? I still want to maintain the functionality to show to user about progress in the job to the background. Letting the job run or canceling it has no effect on the GUI, as it starts a task on a remote server, which does not support cancellation/stopping the task, once started.
I cannot use setSystem(true)
since I want to show the progress to the user.
There is bug reported even in Eclipse Bugzilla but there isnt any update https://bugs.eclipse.org/bugs/show_bug.cgi?id=155479
Trying to figure out if this issue is fixed or not. If not how do we handle such scenario.
Any help appreciated.Thank you.