Distributed Systems Network Management (DSNM) Subsystem Interface Development Guide

_RELEASE^OUTPUT
A-102
109759Distributed Systems Network Management (DSNM) Subsystem Interface
Development Guide
DSNM Library Services
_RELEASE^OUTPUT
_RELEASE^OUTPUT releases a member of the output list to the frame. Once released,
the output list member can be removed by the frame at the next frame return.
Each output list member should be released as soon as it is completely completed.
output-list-member input
INT .EXT
is the output list member released to the frame.
Considerations
The frame cannot remove an output list member that has an unreleased predecessor.
Thread termination releases all output list members.
Example
See the _FOBJECT^INIT description for a _RELEASE^OUTPUT example.
_RELEASE^OUTPUT ( output-list-member );