Table of Contents

Property TimedOutRuleCount

Namespace
MailFathom.Application.Rules.Evaluation
Assembly
MailFathom.Application.dll

TimedOutRuleCount

Gets how many of those failures were a condition outlasting the evaluation timeout.

public int TimedOutRuleCount { get; init; }

Property Value

int

Remarks

Separated from the rest because the two have different remedies: a timeout is answered by simplifying the condition or raising the bound, and everything else is answered by looking at the rule.