When closing my Eclipse (for plugin development) workbench while a long operation is running in my workbench (and thus reported to me through the progress view) such as a "Clean all" action the following happen:
How can I achieve the same behavior in an RCP application with my own Jobs running long operations ?
Thansk for your help, Manu
What about looking in the eclipse-IDE code to see how its implemented ;) Small advice:
org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.postShutdown()
in bundle
org.eclipse.ui.ide.application