Skip to content
Yoann Gini edited this page Apr 18, 2021 · 5 revisions

Function description

Goal

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.

Settings

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.

Sample settings

<dict>
	<key>functionIdentifier</key>
	<string>public.quit</string>
</dict>

More informations

Main implementation

The main implementation of this function is made in the Quit plugin from the main project.