modifica modalità riavvio app: riavvia INTERAMENTE l'app IOB-MAN
This commit is contained in:
@@ -1263,7 +1263,13 @@ namespace IOB_MAN.Core.Services
|
||||
var dtReq = currAppConf.TaskData.AutoRebootTSpan;
|
||||
TaskSchedulerService.IntervalInMinutes(dtReq.Hours, dtReq.Minutes, currAppConf.TaskData.AutoRebootMinutes, () =>
|
||||
{
|
||||
LoadConfAndStart(true);
|
||||
#if false
|
||||
// vecchia versione reload
|
||||
LoadConfAndStart(true);
|
||||
#endif
|
||||
|
||||
// esecuzione reboot come da button Reboot
|
||||
RaiseRebootReq();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<Nullable>enable</Nullable>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Version>4.0.2512.1508</Version>
|
||||
<Version>4.0.2512.1511</Version>
|
||||
<Configurations>Debug;Release;Remote_DEBUG</Configurations>
|
||||
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user