Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ IsRunning
Method
IsRunning
WinArk/RegistrySearcher.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
bool RegistrySearcher::IsRunning() const {
56
// ԭ�ӵػ�ô洢��ԭ�Ӷ����ֵ
57
return _inProgress.load();
58
}
59
60
bool RegistrySearcher::IsCancelled() const {
61
return _cancel.load();
Callers
5
OnConfigFilters
Method · 0.45
OnMonitorPause
Method · 0.45
InitEtwToolBar
Method · 0.45
OnClose
Method · 0.45
Refresh
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected