Hello,

I've written a simple console app that will run for a very long time if uninterrupted. My program does some work, delays, more work, another delay. There is currently no user interaction through the console app, it just cranks away at data. How can I let the user enter something, but if they don't continue on?

Thanks,
Nick