(LOGO.JPG) Python for OpenVMS

(go to: table of contents, index, list of vms_sys, prev: WAKE, next: WFLOR)


WFLAND - Wait for Logical AND of Event Flags


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


Format:

    vms_sys.wfland (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

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

(go to: table of contents, index, list of vms_sys, prev: WAKE, next: WFLOR)

28-SEP-1998 ZE.