System.Sleep
Skip to content
mnscript
System.Sleep(number) 

Description ​

Pauses the program for the given time

Arguments ​

number - The time in seconds to sleep

Example ​

msc
using System;
                
System.Sleep(1); // Pauses the program for 1 second