| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
SystemInfo.isGoldenGate
Whether the operating system is macOS 27 Golden Gate or newer.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| SystemInfo | 16.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "SystemInfo.isGoldenGate" )
Parameters
none
Result
Returns 1, 0 or error.
Description
Whether the operating system is macOS 27 Golden Gate or newer.Returns 1 if this is Golden Gate or newer, otherwise 0.
Examples
Check version of OS:
Set Variable [ $isGoldenGate ; Value: MBS( "SystemInfo.isGoldenGate" ) ]
See also
Release notes
- Version 16.3
- Added SystemInfo.isGoldenGate function.
Blog Entries
This function is free to use.
Created 14th June 2026, last changed 14th June 2026
MarkDown version: SystemInfoisGoldenGate.md