ComputersUnlimited
IS-IT--Management
I need to pause a console application for x seconds, but I would also like a or press any key to continue option.
I know about Threading.Thread.Sleep() which will pause the application for x milliseconds and console.readkey() which waits for user input, however can the two be combined in one command?
I would also like to add a countdown timer for the sleep portion.
Is this possible if so how?
I know about Threading.Thread.Sleep() which will pause the application for x milliseconds and console.readkey() which waits for user input, however can the two be combined in one command?
I would also like to add a countdown timer for the sleep portion.
Is this possible if so how?