Indicates the state of the CclTerminal object.
Possible values are:
- client
- A CICS® transaction is in progress and the server is waiting for a
response from the client.
- discon
- The terminal is disconnected.
- error
- There is an error in the terminal.
- idle
- The terminal is connected and no CICS transaction is in progress.
- server
- A CICS transaction is in progress in the server.
- termDefined
- A terminal has been defined but not installed.
- txnTimedOut
- A conversational transaction has timed out, but the END_TRAN event has
not been retrieved. For synchronous and asynchronous terminals the terminal
method blocks until the event has been received and the terminal becomes idle.
For deferred synchronous terminals it indicates that a poll() needs to be
done to get the event. This resets the terminal to the idle state; handleException()
and handleReply() are not invoked.