This commit is contained in:
2024-03-19 08:50:26 -06:00
parent 7bb30676f6
commit 13e7345e04
4 changed files with 7 additions and 6 deletions

View File

@@ -1102,7 +1102,6 @@ Sub JobDone(Job As HttpJob)
End If
LogColor(">>>>>> " & reqManager.reqsList.Size & " - " & reqManager.reqsList, Colors.red)
End If
If RESULT.Tag = "kmt_datos" Then 'query tag
skmt.BeginTransaction
Try
@@ -1920,6 +1919,8 @@ Sub JobDone(Job As HttpJob)
Subs.logJobDoneResultados(RESULT)
End If
If reqManager.reqsList.Size = 0 Then S_CP.Text = "LISTO"
Job.Release
End If
End Sub