Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ Pause
Method
Pause
FastCopy/RobocopyViewModel.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
});
178
}
179
void RobocopyViewModel::Pause()
180
{
181
m_status = Status::Pause;
182
}
183
void RobocopyViewModel::Cancel()
184
{
185
m_status = Status::Cancel;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected