feature: Trend Detection & Alert Suppression Windows
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public enum TrendOutcome
|
||||
{
|
||||
NotTrendCode,
|
||||
InsufficientHistory,
|
||||
Stable,
|
||||
RapidDeterioration,
|
||||
AlertAlreadyOpen
|
||||
}
|
||||
Reference in New Issue
Block a user