[Messages]: *RunningHint

 

Value

StringVAR

Description

The directives AllRunningHint, NoneRunningHint and SomeRunningHint control the hint text of the tray icon. Which of the hint texts is used depends on whether all, some or none of the services listed in the [Services] section are running.

Besides the normal variables, you can also use two special 'variables' that only work for these directives:

%n
If you include the string %n in your directive value, it will be replaced with the number of services currently running.
%t
Will be replaced with the total number of services listed in the [Services] section.

Examples

[Messages] AllRunningHint=Service Monitor - All services are up and running SomeRunningHint=Service Monitor - Some of your services are down! NoneRunningHint=Service Monitor - None of your services are running!!! [Messages] AllRunningHint=All of %t services are running SomeRunningHint=%n of %t services are running NoneRunningHint=None of %t services are running [Messages] AllRunningHint=My Tray Menu SomeRunningHint=My Tray Menu NoneRunningHint=My Tray Menu

See also See Also
How to Use the Service Features
[Services] Section