(LOGO.JPG) Python for OpenVMS

(go to: table of contents, index, list of vms_sys, prev: CREPRC, next: DASSGN)


DACEFC - Disassociate Common Event Flag Cluster


Releases the calling process's association with a common event flag cluster.


Format:

    vms_sys.dacefc (efn)
Returns:

None

Arguments:

efn
Number of any event flag in the common cluster to be disassociated. The number must be in the range of 64 through 95 for cluster 2, and 96 through 127 for cluster 3.
Examples:
>>> import vms_sys

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

(go to: table of contents, index, list of vms_sys, prev: CREPRC, next: DASSGN)

27-SEP-1998 ZE.