Function: sys.sleep

Suspends execution for the given number of seconds.

Maximum is 31536000 (one year).

For more information, see Wait using polling.

Arguments

Arguments
seconds The number of seconds the execution should be suspended for.