When it hits the 20 minute mark it exits the task with a timeout reached. I very much want it to continue with the task even if it times out. Is there some logic that will move this forward. Developer.bigfix.com doesn’t have any information about it.
Do you just want the action to continue to wait indefinitely? You don’t have to use the timeout_seconds parameter (or set it to 0), which will avoid the timeout behavior entirely.
The DelayedExit.bat file attempts to close the application once it returns to the home screen. We need it to attempt this for 20 minutes before we force close the application. I need task to continue once it has timed out so the forced close part of the action will occur