sleep sleep package:distributed-process-extras

blocks the calling Process for the specified TimeInterval. Note that this function assumes that a blocking receive is the most efficient approach to acheiving this, however the runtime semantics (particularly with regards scheduling) should not differ from threadDelay in practise.
Literate way of saying sleepFor 3 Seconds.