Rational ClearQuest が Windows コンピュータで実行している場合は True、そうでない場合は False を戻します。
Perl
$session->IsWindows();
$is_windows_flag = $my_session->IsWindows();