Disposition Description
CONTINUE: send on to the next state
KILL abort processing of the message and destroy it
KILLREPLY abort processing of the message and destroy it; terminates await-reply mode; clear the await-reply flag, useful only in IB Reply TPS
OVER abort processing of the message, for IB DATA TPS the message is placed in state 10 (pre-outbound in case you have a proc), for OB Data TPS the message is placed in state 1, causes an engine panic if used in the translation thread
PROTO abort processing of the message, place message in state 11, places the message on top of the queue (increase priority), causes an engine panic if used in the translation thread (ex. resend in check_ack)
SEND abort processing of the message, place the message into outbound pre-tps queue of the thread specified in the DESTCONN metadata field, set the SKIPXLT flag
ERROR abort processing of the message, the message is placed into the error database, forces an error (tcl erorr), tip: add reason in the metadata
# Purpose:
[code]# Purpose: