Skip to main content
Version: 21 R4 BETA

Is macOS

Is macOS : Boolean

ParameterTypeDescription
Function resultBoolean←True if operating system = macOS, else False
History
ReleaseChanges
17Created

Description​

The Is macOS command returns True if the current operating system is macOS.

Example​

You want to determine if the current operating system is macOS:

 If(Is macOS)
    ALERT("It's macOS")
 Else
    ALERT("It's not macOS")
 End if

See also​

System info
Is Windows

Properties​

Command number1572
Thread safeyes