Files
HDCApi/_custom/Gornicky/winSvc/mainSvcExec.inc
2025-05-21 21:14:32 +02:00

7 lines
333 B
PHP

if (gorDownPDFThr<>nil) then
if not(gorDownPDFThr.Started) then
begin
gorDownPDFThr.Start;
datMod.LogInfo (Quick.Logger.etInfo, 'Start sluzby GOR downloadPDF - pocet ' + datMod.SQLGetString('SELECT COUNT(ID) FROM ' + tblAPIDigiSoubory + ' WHERE Zpracovat=1 AND DatZpracovani IS NULL'));
end;