Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL522631-001
6-36
MESSAGESYSTEMINFO
Measures the number of XLBs used by a process, so it can warn when a limit is nearly
reached.
MOM
(Superseded by PROCESS_GETINFO_ and PROCESS_GETINFOLIST_) Provides a
process with the process ID of its creator.
message-tag, INT:value input
error := MESSAGESYSTEMINFO ( itemcode
,value );
error, INT output
0 Successful, no error
2Bad itemcode
21 Bad value
22 Bounds error
29 Missing parameter
itemcode, INT:value input
value, INT .EXT:ref:1 output
0 The current limit on the number of messages to this process, as set by
CONTROLMESSAGESYSTEM.
1 The current limit on the number of messages from this process, as set by
CONTROLMESSAGESYSTEM.
4 The number of outstanding (non-LCB) messages to this process.
5 The number of outstanding (non-LCB) messages from this process.
CALL MOM ( process-id );
process-id, INT:ref:4 output