For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cancelling a Task

You can cancel any ongoing task. To do so, call the cancelTask() method and provide the taskId. When you call cancelTask, all work stops on the indicated task, and Ignite does not provide task cancellation confirmation.

The following sequence diagram outlines the flow for a Host App to cancel an active task using the DTIS SDK.

spinner

Last updated