This commit is contained in:
Алексей Заблоцкий 2023-11-15 18:36:26 +03:00
parent c83920596e
commit 0a79639aa8

View File

@ -77,6 +77,7 @@ procedure TLMSReportCGI.DataModuleStop(Sender: TCustomDaemon; var OK: Boolean);
begin
debugln('Останов сервиса');
workThread.Terminate;
workThread.WaitFor;
end;
{ TDaemonThread }