-
Notifications
You must be signed in to change notification settings - Fork 2
Preferences
Stephen Cooper edited this page May 1, 2019
·
1 revision
Run at start-up
Registers Dotnet Runner as a 'run at start-up' Application. This can be overridden in the Operating Systems configuration.
Open release notes after upgrade
Will auto open the Release Notes modal after an upgrade.
Delay between starting each application
A configurable delay to wait after a starting an application before starting the next when using batch start.
This can be useful in the scenario where two applications share the same imported class library. When starting in parallel (No delay) it is possible one may lock the Class Library whilst it is starting, causing the second app to error.