Click or drag to resize

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
Members
  Member nameValueDescription
None0 No status icon. The app is not activated, not installed, and not cached.
OK1 The app is activated and the status of the app is OK.
Info2 There is an info message, regarding this app.
Cached3 The app is not activated, but is is cached.
Tolerated4 The app is not activated, but installed.
Blocked5 The app is explicitly deactivated.
Task6 There is a pending task, regarding this app.
Warning7 There is an error message, regarding this app.
See Also