| 271 | } |
| 272 | |
| 273 | winrt::Windows::Foundation::IAsyncOperation<uint64_t> RobocopyViewModel::GetTotalSize() |
| 274 | { |
| 275 | //auto result = co_await concurrency::create_task([this]()->winrt::Windows::Foundation::IAsyncA |
| 276 | //if(m_countItemTask) |
| 277 | |
| 278 | co_return m_recordFile ? m_recordFile->GetTotalSize() : 0; |
| 279 | } |
| 280 | |
| 281 | RobocopyViewModel::~RobocopyViewModel() |
| 282 | { |