Files
HDCApi/_custom/Westra/winSvc/mainSvcExec.inc
2026-03-03 16:18:27 +01:00

7 lines
236 B
PHP

if (westraDataPumpFileThr<>nil) then
if not(westraDataPumpFileThr.Started) then
begin
westraDataPumpFileThr.Start;
datMod.LogInfo (Quick.Logger.etInfo, 'Start sluzby WESTRA DataPump file');
end;