7 lines
236 B
PHP
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;
|