Response containing a collection of CancelTaskResult.

interface ICancelTasksResponse {
    value?: CancelTaskResult[];
}

Implemented by

Properties

Properties