
BBjSessionInfo::getUnresponsiveTime
Description
In BBj 4.0 and higher, this method returns the unresponsive time for the session described by this BBjSessionInfo.
Syntax
Return Value |
Method |
---|---|
int |
getUnresponsiveTime() |
Parameters
None.
Return Value
Returns the unresponsive time for the session described by this SessionInfo.
Remarks
The unresponsive time for a session is the amount of time in seconds that passed since the session was available for user input. When the session is in background, getUnresponsiveTime() returns the value 9999.
Example
rem ' BBjSessionInfo |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.