Script functions reference > Script functions in alphabetical order > M > MsgClose

MsgClose
Syntax
MsgClose(travhandl);
travhandl
Description
Closes the Message after it has been traversed.
When the Message, or the specific context, has been traversed, the Message is closed. For example, if the context is a frame, the Message is closed when the frame has been traversed. The MsgClose function can be used, for example, to avoid unnecessarily allocating of memory if you need to restart a traversing process.
Returns
0
Example
MsgClose($handle);
OpenText StreamServe 5.6.2 Updated: 2018-01-26