| [news.eclipse.platform] Re: Very fast Job leaves behind two entries in progress viewer |
Hi Felix and all,
Solved my problem. It was -- as in so many cases -- my fault.
From my Job object's run method I was (wrongly) returning aStatus.CANCEL_STATUS as a result of an internal error condition of my business logic. So I guess Eclipse got confused because the user had not cancelled the Job.
Cheers, Joerg