Skip to content
Enes Okullu edited this page Apr 22, 2024 · 1 revision

Sleeping

Sleep(int duration);
  • It calls Thread.Sleep(duration)
SleepWithTitle(int duration);
  • Set console's title as "sleeping xx ms/s" while sleeping then it sets console title back as previous.

Sleeping with beeping.

SleepWithBeeping(int duration);
  • During sleeping, it plays a Melody which has on/off sounds.

Clone this wiki locally