MCPcopy 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
55bool RegistrySearcher::IsRunning() const {
56 // ԭ�ӵػ�ô洢��ԭ�Ӷ����ֵ
57 return _inProgress.load();
58}
59
60bool RegistrySearcher::IsCancelled() const {
61 return _cancel.load();

Callers 5

OnConfigFiltersMethod · 0.45
OnMonitorPauseMethod · 0.45
InitEtwToolBarMethod · 0.45
OnCloseMethod · 0.45
RefreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected