Description
Returns
True if the CQClearQuest object is created on the UNIX system and Linux platforms.
Remarque : This
method became available in version 2002.05.00.
Syntaxe
Perl
$ClearQuestObj->IsUnix();
- Identificateur
- Description
- ClearQuestObj
- A CQClearQuest object.
- Return value
- Returns True if the object is created on the UNIX system
and Linux platforms, False otherwise.
Exemple
Perl
use CQPerlExt;
my $cqobject = CQClearQuest::Build();
$is_Windows_flag = $cqobject->IsUnix();
CQClearQuest::Unbuild($cqobject);