DEFRECORD KCML_SESSION_TIMEOUT
Record passed to KCML_Session_Timeout callback function| FLD name | Pack format | Purpose |
|---|---|---|
| KCML_SESSION_TIMEOUT_Time | Total time of inactivity | |
| KCML_SESSION_TIMEOUT_Count | Number of times callback has been called since last activity | |
| KCML_SESSION_TIMEOUT_Broker | BOOL | TRUE if using the connection broker |
| KCML_SESSION_TIMEOUT_Connected | BOOL | A test ping of KClient returned successfully |
| KCML_SESSION_TIMEOUT_Terminated | BOOL | TRUE if signalled to terminate |
| KCML_SESSION_TIMEOUT_User | User defined SYM that was passed to the KCML_Session_SetTimeout function | |
| KCML_SESSION_TIMEOUT_SSOTokenExpired | BOOL | TRUE if the current SSO token has expired and must be reauthenticated |