| ValidationStatus Enumeration |
Namespace: Candlelight
public enum ValidationStatus
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No status specified. | |
| Okay | 1 | The item being validated is okay. | |
| Info | 2 | The item being validated is okay, but also provides information. | |
| Warning | 3 | The item being validated might be okay, but it could have a problem or side-effect. | |
| Error | 4 | The item being validated has some error. |