Hi all,
I’d like to know how to make an Task that respects the length of time it may take for a calculation to be made. It feels like something I would like to do all the time to modularize more of my code.
I want to run a certain command for x seconds and return the result of that computation. If I press Trigger it will only show the result from the first frame. So how do I introduce a waiting time to this task?