How to cooldown a task with other tasks can still be performed in the cooldown time?

syoka

New member
Hello, I would like to ask how to cooldown a task such that:
"only the cooldown task cannot be performed in the cooldown time, but other task can still be performed"?

It seems that the Cooldown decorator only delays the return of TaskStatus of children task, the object cannot perform other tasks in this cooldown time.
 
Can you give more details on what you'd like to achieve? When you say the other task can still be performed, do you mean that the task should continue to execute after the cooldown has elapsed?
 
Top