IBI-helpMe

Restart

[lastRestart]

Allows you to force a restart of the application (e.g. due to an update). In this case, the present integer must be replaced by any other number.

XML
<configuration version="1.2.0">
  <applicationSettings>
 
    ...
 
	<!-- Specifies if a restart should be performed. To initiate a restart of the application, the present number must be replaced by any other number. [RESTART => lastRestartOLD != lastRestartNEW] -->
	<lastRestart>1</lastRestart>

    ...
 
  </applicationSettings>
</configuration>