Response containing a collection of TaskProgress.

interface ITaskCollectionResponse {
    value?: LfRepositoryClientV2.TaskProgress[];
}

Implemented by

Properties

Properties