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 SMAppServiceMBS class.
SMAppServiceMBS.agentService(plistName as String) as SMAppServiceMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Login Items | MBS MacCF Plugin | 23.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | All |
plistName: The name of the property list corresponding to the SMAppService.
The property list name must correspond to a property list in the calling app’s Contents/Library/LaunchAgents directory.
SMAppServiceMBS.daemonService(plistName as String) as SMAppServiceMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Login Items | MBS MacCF Plugin | 23.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | All |
plistName: The name of the property list corresponding to the SMAppService.
Returns an SMService object
The property list name must correspond to a property list in the calling app’s Contents/Library/LaunchDaemons directory
SMAppServiceMBS.loginItemService(identifier as String) as SMAppServiceMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Login Items | MBS MacCF Plugin | 23.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | All |
identifier: The bundle identifier of the helper application.
Returns an SMService object.
The property list name must correspond to a property list in the calling app’s Contents/Library/LoginItems directory.
SMAppServiceMBS.mainAppService as SMAppServiceMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Login Items | MBS MacCF Plugin | 23.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | All |
Use this SMAppServiceMBS to configure the main app to launch at login.
SMAppServiceMBS.openSystemSettingsLoginItems
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Login Items | MBS MacCF Plugin | 23.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | All |
SMAppServiceMBS.statusForLegacyFile(File as FolderItem) as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Login Items | MBS MacCF Plugin | 23.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | All |
File: The folderitem of the helper executable’s property list.
Returns one of the SMAppServiceStatus constants that indicate the current authorization status.
SMAppServiceMBS.statusForLegacyURL(URL as String) as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Login Items | MBS MacCF Plugin | 23.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | All |
url: The URL of the helper executable’s property list.
Returns one of the SMAppServiceStatus constants that indicate the current authorization status.
The items on this page are in the following plugins: MBS MacCF Plugin.