| 79 | |
| 80 | public: |
| 81 | void Begin(const std::vector<ObjectEntryDescriptor>& entries) |
| 82 | { |
| 83 | _lastDownloadStatusInfo = {}; |
| 84 | _downloadStatusInfo = {}; |
| 85 | _lastDownloadSource = {}; |
| 86 | _entries = entries; |
| 87 | _currentDownloadIndex = 0; |
| 88 | _downloadingObjects = true; |
| 89 | QueueNextDownload(); |
| 90 | } |
| 91 | |
| 92 | bool IsDownloading() const |
| 93 | { |
no outgoing calls
no test coverage detected