I need to expire a loop delay timer that has a long interval (roughly 5 minutes or more) so the user can stop the application using the UI and not have to wait 5 minutes for the timer to expire. Any ideas? Thanks ahead of time for your response.
I could use a "Halt" but this will not let the loop complete the final cycle and properly stop.