Enum Severity
Importance level of an IMessage. Combined with Category to form
the full meaning (e.g. Validation + Warning). Promoted from the former
NcDiagnosticSeverity so non-NC messages (simple notices, progress fractions) share a
single scale.
public enum Severity
- Extension Methods
Fields
Error = 4Definite issue — result may be incorrect.
Message = 0Informational status.
Progress = 2Ongoing progress / fraction update.
Success = 1Completed successfully.
Warning = 3Potential issue — processing continues.