MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / raiseProgressChange

Method raiseProgressChange

FastCopy/RobocopyViewModel.cpp:370–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 }
369
370 void RobocopyViewModel::raiseProgressChange()
371 {
372 Global::UIThread.TryEnqueue([this]
373 {
374 raisePropertyChange(L"Percent");
375 raisePropertyChange(L"FinishedItemCount");
376 });
377 }
378}

Callers

nothing calls this directly

Calls 1

TryEnqueueMethod · 0.80

Tested by

no test coverage detected