Rational ClearQuest가 Windows 시스템에서 실행 중이면 True를, 그렇지 않으면 False를 리턴합니다.
Perl
$session->IsWindows();
$is_windows_flag = $my_session->IsWindows();