1 write to _wasRunning
dotnet (1)
Installer\Windows\WindowsUpdateAgent.cs (1)
55
_wasRunning
= true;
2 references to _wasRunning
dotnet (2)
Installer\Windows\WindowsUpdateAgent.cs (2)
87
if (_wuauserv.Status == ServiceControllerStatus.Stopped &&
_wasRunning
&& _wasStopped)
102
_log?.LogMessage($"wuauserv, status: {_wuauserv.Status}, was running: {
_wasRunning
}, was stopped: {_wasStopped}");