Enum CheckState
- Namespace
 - Dynamicweb.Diagnostics.Health
 
- Assembly
 - Dynamicweb.Diagnostics.dll
 
The check state enumeration
  
  public enum CheckState
  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.