Appearance
System.Sleep(number)
Pauses the program for the given time
number - The time in seconds to sleep
number
using System; System.Sleep(1); // Pauses the program for 1 second