How to get last execution time of asynchronous tasks
One answer
I don't think there is any API that records this. But if you look at some of the examples in the code, you notice, that they use certain internal events, that they store in the event queue and can read back.
Comments
if you look at some of the examples in the code, you notice, that they use certain internal events, that they store in the event queue and can read back.
Thank you for your answer. Which examples should we look at?
On the extension point in your plugin.xml right click and select show references.
In the search result, open the result plugin.xml's. Look up the classes that implement the extension and use JavaSearch to search them in the SDK.