Share via


TerminateTask interface

Methods

post(TerminateTaskParameters)

When the Task has been terminated, it moves to the completed state. For multi-instance Tasks, the terminate Task operation applies synchronously to the primary task; subtasks are then terminated asynchronously in the background.

Method Details

post(TerminateTaskParameters)

When the Task has been terminated, it moves to the completed state. For multi-instance Tasks, the terminate Task operation applies synchronously to the primary task; subtasks are then terminated asynchronously in the background.

function post(options?: TerminateTaskParameters): StreamableMethod<TerminateTask204Response | TerminateTaskDefaultResponse>

Parameters

Returns