Property NextAttemptAt
- Namespace
- MailFathom.Application.Jobs.Execution
- Assembly
- MailFathom.Application.dll
NextAttemptAt
Gets the instant the job becomes claimable again, and null when it was dead-lettered.
public DateTimeOffset? NextAttemptAt { get; init; }