- corretto indici lista macchine

- eliminate chiamate di test da gestore macchine a stati
- anticipata caricamento comunicazione macchine rispetto alle macchine a stati
- allungato counter di esecuzione processi lanciati
- aggiunto dictionary
- iniziata gestione finestra custom
This commit is contained in:
Emmanuele Sassi
2024-08-23 19:08:06 +02:00
parent cf6e28662f
commit 84f191782b
11 changed files with 645 additions and 457 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
Dim ExecCounter = 0
If Proc.Start Then
While Not Proc.HasExited
If ExecCounter >= 100 Then
If ExecCounter >= 300 Then
bResult = False
Proc.Kill()
Exit While