Skip to main content
Version: Next

Is macOS

Is macOS : Boolean

ParameterTypeDescription
Function resultBooleanTrue 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