Keyed lists
All TPS procedures are invoked with a standard set of arguments. This table show the arguments that are passed in a keyed list:
Arguments | Description |
---|---|
ARGS
|
User-supplied arguments, one set for each
process, are specified in the Args field of the TPS
Properties dialog box. Example: If Args is specified as {client_id test}, then you can use this Tcl code to retrieve it:
|
CONTEXT
|
The specific UPoC from which this procedure was called. |
MODE
|
The binary mode.
|
MSGID
|
Message handle associated with the data to be processed. |