CameraHealthOverallOption Enumeration |
The aggregated severity across all checks, taking the
highest-precedence severity among them. Precedence from highest to
lowest is Error, Unknown, Suboptimal, OK: a failing check is the
most important to surface, and a check whose outcome could not be
determined (Unknown) takes precedence over a Suboptimal one.
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntaxpublic enum OverallOption
Public Enumeration OverallOption
public enum class OverallOption
Members|
| Member name | Value | Description |
|---|
| OK | 0 | |
| Suboptimal | 1 | |
| Error | 2 | |
| Unknown | 3 | |
See Also