Represents the result of cancelling a long operation task.

Implements

Constructors

Properties

Methods

Constructors

Properties

id?: string

The ID of the task which has been subject to cancellation.

result?: boolean

Indicates if the request to cancel the task has been received.

taskType?: TaskType

The type of the task which has been subject to cancellation.

Methods