-
Notifications
You must be signed in to change notification settings - Fork 54
Terminate running task #165
Copy link
Copy link
Closed
Labels
tasks-apiIssues relating to the tasks API and general API contract from the libraryIssues relating to the tasks API and general API contract from the library
Milestone
Metadata
Metadata
Assignees
Labels
tasks-apiIssues relating to the tasks API and general API contract from the libraryIssues relating to the tasks API and general API contract from the library
Is there any way to terminate a task while it is running?
On this code example, I have a task that I would like to terminate due to user input:
If the task is not terminated, it will override model.value. I could maybe create a flag that the task checks before saving but that's not ideal.