How to Stop/Cancel a Process #11305
-
I am using the Process framework, with some automatic function calling. However, I cannot find a way to achieve that. I am using the StartAsync method to start the process (as in the documentation).
It seems like Indeed, the Also I couldn't find any way to provide a cancellation token either. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Adding @esttenorio |
Beta Was this translation helpful? Give feedback.
Hi @floboc, currently we don't have this functionality but it is on the roadmap.
As a temporary solution perhaps, a loop may signal the need of a "check step" that if exceeded certain count/time it can end the process with something like: