snufse Posted May 11, 2006 Posted May 11, 2006 I have a program where a loop should iterate every 30 minutes. Can I use a Sleep or Wait? Thanks. Quote
mskeel Posted May 12, 2006 Posted May 12, 2006 Yes, but your program will be, essentially dead while it is sleeping. You might might want to consider setting up a timer to go off everythirty minutes and executing your loop then. MSDN for more information. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.