Enum MetalExecutionHealth
- Namespace
- DotCompute.Backends.Metal.Execution
- Assembly
- DotCompute.Backends.Metal.dll
Represents the overall health status of the Metal execution environment
public enum MetalExecutionHealth
Fields
Critical = 3Critical failures preventing normal operation
Degraded = 2Significant issues affecting performance
Healthy = 0All systems operating normally
Offline = 4System is completely unavailable
Warning = 1Minor issues that don't affect core functionality