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

Method onNormalRobocopyFinished

FastCopy/RobocopyViewModel.cpp:334–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 ShellCopy::IsInSameDiskPartition(**m_iter, m_destination);
333 }
334 void RobocopyViewModel::onNormalRobocopyFinished()
335 {
336 if (m_hasDuplicates)
337 {
338 m_canContinue = true;
339 Taskbar::SetProgressState(Global::MainHwnd, Taskbar::ProgressState::Paused);
340 Global::UIThread.TryEnqueue([this] {raisePropertyChange(L"CanContinue"); });
341 }
342 else
343 onAllFinished();
344 }
345 void RobocopyViewModel::onFallbackFinished()
346 {
347 onAllFinished();

Callers

nothing calls this directly

Calls 1

TryEnqueueMethod · 0.80

Tested by

no test coverage detected