(go to: table of contents, index, list of vms_lib, prev: TRIM_FILESPEC)
None
Arguments:
WAIT - Wait a Specified Period of Time
Format:
30-SEP-1998 ZE.
vms_lib.wait (seconds)
Returns:
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)