I have editor which consists from two parts, if user type smt in one
part of editor than uijob sheduled used to update another part, but if
user trying to close editor, Progress Information dialog will be
showed(it's modal dialog) and job is suspended, but indicator that we
shows jobs is working, method dispose in editor doesn't calls when
dialog is shown.
How to stop the uijob (smt like in run method to check status of
monitor or add listener) when user trying to close editor without
showning progress monitor?
We don't need store results of job.