IsWindows

Description

Returns True if Rational ClearQuest is running on a Windows machine and False otherwise.

Remarque : This method became available in version 2002.05.00. This method is only available for Perl. It is not available in the COM API.

Syntaxe

Perl

$session->IsWindows(); 
Identificateur
Description
session
Objet Session représentant la session en cours d'accès à la base de données.
Return value
A Boolean, True or False.

Exemples

Perl

$is_windows_flag = $my_session->IsWindows(); 

Commentaires en retour