Table of Contents

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 = 3

Critical failures preventing normal operation

Degraded = 2

Significant issues affecting performance

Healthy = 0

All systems operating normally

Offline = 4

System is completely unavailable

Warning = 1

Minor issues that don't affect core functionality