IsWindows
Description
Returns True if DevOps Plan is running on a Windows™ machine and False otherwise.
Syntax
Perl
$session->IsWindows();
- Identifier
- Description
- session
- The Session object that represents the current database-access session.
- Return value
- A Boolean, True or False.
Example
Perl
$is_windows_flag = $my_session->IsWindows();