Sets or returns the interval at which to check for user timeouts.
IBM® Rational® ClearQuest® uses this property to determine how often it should check the status of user connections. When the specified interval is up, Rational ClearQuest checks each user connection for activity. If no activity has been detected recently, Rational ClearQuest checks the TimeoutInterval property to see if the user's connection has timed out.
VBScript
database.CheckTimeoutInterval
database.CheckTimeoutInterval setValue
Perl
$database->GetCheckTimeoutInterval();
$database->SetCheckTimeoutInterval(setValue);