GetSessionTimerPollInterval
Description
Returns a value in seconds in which the DevOps Plan application timer thread polls for idle sessions.
Syntax
Perl
$clearQuestObj->GetSessionTimerPollInterval();
- Identifier
- Description
- clearquestObj
- A CQClearQuest object.
- Return value
- Returns a Long containing the value in seconds in which the timer thread polls for idle sessions.
Example
Perl
use CQPerlExt;
my $cqobject = CQClearQuest ::Build()
my $currentPollInterval = $cqobject->GetSessionTimerPollInterval();