(go to: table of contents, index, list of vms_sys, prev: GRANTID, next: IDTOASC)
There are two ways for the hibernated process to wake up from inside
the Python interpreter:
Format:
None
Arguments:
vms_sys.hiber() does not take any arguments.
Examples:
HIBER - Hibernate
Allows a process to make itself inactive.
28-SEP-1998 ZE.
vms_sys.hiber ()
Returns:
>>> import vms_sys
>>> vms_sys.hiber ()
* the current process hibernates
>>> vms_sys.hiber (None)
Traceback (innermost last):
File "<stdin>", line 1, in ?
TypeError: function requires exactly 0 arguments; 1 given
>>> vms_sys.hiber (1)
Traceback (innermost last):
File "<stdin>", line 1, in ?
TypeError: function requires exactly 0 arguments; 1 given
>>>
(go to: table of contents,
index,
list of vms_sys,
prev: GRANTID,
next: IDTOASC)