In Windows Server 2008 R2 Standard 6.1 (build 7601 SP1), in Scheduled Tasks, I have a "Start a program" task that launches a normal EXE (visible desktop application) at login. This app is intended to run for the entire session. On the Settings tab there is a box (apparently ticked by default): "Stop the task if it runs longer than 3 days".
If I tick this, does it mean my app will be forcibly killed after 3 days, even if it is responsive and working? Or does it only relate to the initial time the application takes to start up? The docs at https://technet.microsoft.com/en-us/library/cc722178(v=ws.11).aspx do not make this entirely clear.