<@U7QRFLHTK> the one-shot TimerTask scenario is co...
# tornadofx
c
@anidotnet the one-shot TimerTask scenario is covered. Is your use case for a task that never ends like some type of reaper process? If it’s a repeated action, I would stick with the Task so that you can check the isCacncelled flag over the iterations. For the reaper process — indefinite progress, etc — I’d publish a heartbeat event to interested components.