18/10/23 - Se quitó de los JobDone el toast de error.

This commit is contained in:
2023-10-18 03:51:59 -06:00
parent a615964c97
commit d510458135
7 changed files with 17 additions and 11 deletions

View File

@@ -542,6 +542,7 @@ Sub JobDone(Job As HttpJob)
Log("JobDone Principal")
If Job.Success = False Then
'ToastMessageShow("Error: " & Job.ErrorMessage, True)
LogColor("Error: " & Job.ErrorMessage, Colors.red)
If Job.ErrorMessage = "STREAM" Then
If CARGA = "SUBIR" Then
PB2.Progress = PB2.Progress + PORCENTAJE