TimerTask
runAfter(int delay, Closure closure)
Allows a simple syntax for using timers. This timer will execute the given closure after the given delay.
delay
closure