-
Notifications
You must be signed in to change notification settings - Fork 32
public.quit
Yoann Gini edited this page Apr 18, 2021
·
5 revisions
This function send the terminate
command to Hello-IT to quit it. On a default configuration, Hello-IT will quit and as described in Hello IT as an LaunchAgent, the system will automatically restart it.
Key | Type | Description |
---|---|---|
title | Optional translatable string (see: Label translation) | Item's title shown in the menu |
computedTitle | Name of the script in Application Support CustomScripts folder |
First line on stdout will be the title |
optionalDisplay | Boolean | Will show the related item only if option key was pressed when Hello-IT menu was shown (supported in Hello-IT 1.4.0+) |
If no title is set, the default localized quit label will be shown. If your language isn't supported at this time, please, improve the project and add your localization.
<dict>
<key>functionIdentifier</key>
<string>public.quit</string>
</dict>
The main implementation of this function is made in the Quit plugin from the main project.
Software provided under the BSD 3-clause license. For commercial support and custom development, please contact Abelionni.
- Introduction
- Application Description
- Hello-IT as an LaunchAgent
- Preferences
- Preferences subdomain
- Functions
- Security
- Label translation
- Notifications on state change
- Images
- Logs
- Support and custom requests
- Tell it if you use it!