Snooze snoozes for a random period
The Snooze function generates a random number between 0 and 10 and then calls the snooze function
with that number as a string argument.
SnoozeFor snoozes the application for a given amount of time
The function SnoozeFor takes in a polling interval and calls the snooze function with that interval.