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