How to get last execution time of asynchronous tasks
![]()
Are you aware of any Java server API to get the last execution time of asynchronous tasks?
This is still related to our old problem https://jazz.net/forum/questions/124908/how-to-set-asynchronous-task-to-run-once-every-week
Thanks in advance.
|
One answer
![]()
Ralph Schoon (60.7k●3●36●43)
| answered Jan 14 '16, 8:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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.
|