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

Method Cancel

FastCopy/RobocopyViewModel.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 m_status = Status::Pause;
182 }
183 void RobocopyViewModel::Cancel()
184 {
185 m_status = Status::Cancel;
186 }
187 void RobocopyViewModel::OnUpdateCopySpeed(ProcessIoCounter::IOCounterDiff diff)
188 {
189 m_bytesPerSec = ReadableUnitConverter::Speed::BytesPerSec(diff.read, diff.duration);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected