Enum CheckState
- Namespace
- Dynamicweb.Diagnostics.Health
- Assembly
- Dynamicweb.Core.dll
The check state enumeration
Fields
Error = 3
The check finds error.
Fatal = 4
The check finds a critial problem.
None = 0
Check is not executed.
Ok = 1
The health is OK.
Warning = 2
The check finds a minor problem.