Hi,
I have my program sleeping with System.Threading.Thread.Sleep(1800000) which makes it pretty much just stop for 10 minutes. How can I interrupt this if needed though? And if I can't interrupt it, what's a better way to do this?
Thanks!