Enum PluginHealth
- Namespace
- DotCompute.Plugins.Interfaces
- Assembly
- DotCompute.Plugins.dll
Represents the health status of a plugin.
public enum PluginHealth
Fields
Critical = 4The critical
Degraded = 2The degraded
Healthy = 1The healthy
Unhealthy = 3The unhealthy
Unknown = 0The unknown