(PYVMS LOGO) Python on OpenVMS

(go to: table of contents, index, list of vms_lib, prev: TRIM_FILESPEC)


WAIT - Wait a Specified Period of Time


Format:
    vms_lib.wait (seconds)
Returns:

None

Arguments:

seconds
Number of seconds to wait. This is a floating point value.
Examples:
>>> import vms_lib

>>> vms_lib.wait (5.5)

>>> delay = 3
>>> wait_returns = vms_lib.wait (delay)
>>> print wait_returns
None
>>>

(go to: table of contents, index, list of vms_lib, prev: TRIM_FILESPEC)

30-SEP-1998 ZE.