Response containing a collection of TaskProgress.

interface ITaskCollectionResponse {
    value?: TaskProgress[];
}

Implemented by

Properties

Properties

value?: TaskProgress[]