Table of Contents

Property AttemptCount

Namespace
MailFathom.Domain.Mutations
Assembly
MailFathom.Domain.dll

AttemptCount

Gets how many times this mutation has been attempted, counted before each attempt rather than after it.

public required int AttemptCount { get; init; }

Property Value

int

Remarks

Counting first is what makes the bound survive a crash loop: an attempt that kills the process still counted, so a mutation that crashes the host every time reaches its terminal stage instead of being retried forever.