MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Pause

Method Pause

WinSysCore/Service.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool Service::Pause() {
23 SERVICE_STATUS status;
24 return ::ControlService(_handle.get(), SERVICE_CONTROL_PAUSE, &status) ? true : false;
25}
26
27bool Service::Continue() {
28 SERVICE_STATUS status;

Callers 5

OnConfigureEventsMethod · 0.45
OnConfigFiltersMethod · 0.45
OnMonitorStopMethod · 0.45
OnMonitorPauseMethod · 0.45
OnServicePauseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected