Table of Contents

Enum PluginHealth

Namespace
DotCompute.Plugins.Interfaces
Assembly
DotCompute.Plugins.dll

Represents the health status of a plugin.

public enum PluginHealth

Fields

Critical = 4

The critical

Degraded = 2

The degraded

Healthy = 1

The healthy

Unhealthy = 3

The unhealthy

Unknown = 0

The unknown