Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to SCPreferencesMBS class.
SCPreferencesMBS.Available as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | SystemConfiguration | MBS MacCF Plugin | 20.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Returns true on macOS.
(Read only property)
SCPreferencesMBS.Error as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | SystemConfiguration | MBS MacCF Plugin | 4.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
A utility function which works with all SystemConfiguration methods.
kSCStatusOK | = 0 | Success |
kSCStatusFailed | = 1001 | Non-specific failure |
kSCStatusInvalidArgument | = 1002 | Invalid argument |
kSCStatusAccessError | = 1003 | Permission denied - must be root to obtain lock - could not create access/create preferences |
kSCStatusNoKey | = 1004 | No such key |
kSCStatusKeyExists | = 1005 | Key already defined |
kSCStatusLocked | = 1006 | Lock already held |
kSCStatusNeedLock | = 1007 | Lock required for this operation |
kSCStatusNoStoreSession | = 2001 | Configuration daemon session not active |
kSCStatusNoStoreServer | = 2002 | Configuration daemon not (no longer) available |
kSCStatusNotifierActive | = 2003 | Notifier is currently active |
kSCStatusNoPrefsSession | = 3001 | Preference session not active |
kSCStatusPrefsBusy | = 3002 | Preferences update currently in progress |
kSCStatusNoConfigFile | = 3003 | Configuration file not found |
kSCStatusNoLink | = 3004 | No such link |
kSCStatusStale | = 3005 | Write attempted on stale version of object |
kSCStatusMaxLink | = 3006 | Maximum link count exceeded |
kSCStatusReachabilityUnknown | = 4001 | Network reachability cannot be determined |
The items on this page are in the following plugins: MBS MacCF Plugin.