| AppStatusIcon Enumeration |
The enumeration of possible status icon types of an app.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public enum AppStatusIcon
Public Enumeration AppStatusIcon
Members
| Member name | Value | Description |
---|
| None | 0 |
No status icon. The app is not activated, not installed, and not cached.
|
| OK | 1 |
The app is activated and the status of the app is OK.
|
| Info | 2 |
There is an info message, regarding this app.
|
| Cached | 3 |
The app is not activated, but is is cached.
|
| Tolerated | 4 |
The app is not activated, but installed.
|
| Blocked | 5 |
The app is explicitly deactivated.
|
| Task | 6 |
There is a pending task, regarding this app.
|
| Warning | 7 |
There is an error message, regarding this app.
|
See Also