Returns or sets the user timeout interval.
Rational ClearQuest periodically checks user connections and disconnects users who have been idle for too long. If a user has been idle for a period of time greater than the value in this property, Rational ClearQuest disconnects the user's session.
VBScript
database.TimeoutInterval
database.TimeoutInterval theTimeoutInterval
Perl
$database->GetTimeoutInterval();
$database->SetTimeoutInterval(theTimeoutInterval);