Dalsi zmeny
This commit is contained in:
12
_custom/Rootvin/winSvc/mainSvcStart.inc
Normal file
12
_custom/Rootvin/winSvc/mainSvcStart.inc
Normal file
@ -0,0 +1,12 @@
|
||||
datMod.LogInfo (Quick.Logger.etInfo, 'Start sluzby Zapis objednavek materialu do ExpPr...');
|
||||
{$IFDEF DEBUG}
|
||||
WriteLn ('Start sluzby Zapis objednavek materialu do ExpPr - inverval 10 minut...');
|
||||
{$ENDIF}
|
||||
rtnZapisObjMatThr:= THeoRTNZapisObjMatThread.Create (ThreadTerminated, self);
|
||||
if (rtnZapisObjMatThr.Started) then
|
||||
begin
|
||||
datMod.LogInfo (Quick.Logger.etInfo, ' OK');
|
||||
{$IFDEF DEBUG}
|
||||
WriteLn (' OK');
|
||||
{$ENDIF}
|
||||
end;
|
||||
Reference in New Issue
Block a user