(LOGO.JPG) Python for OpenVMS

(go to: table of contents, index, list of vms_sys, prev: WFLAND)


WFLOR - Wait for Logical OR of Event Flags


Allows a process to specify a set of event flags for which it wants to wait.


Format:

    vms_sys.wflor (efn, mask)
Returns:

None

Arguments:

efn
Number of any event flag within the event flag cluster to be used.
mask
Event flags for which the process is to wait.
Examples:
>>> import vms_sys

@@ WFLOR not yet (15-SEP-1998) tested
>>>

(go to: table of contents, index, list of vms_sys, prev: WFLAND)

28-SEP-1998 ZE.