Table of Contents

Property EndedAt

Namespace
MailFathom.Application.Mail.Maintenance
Assembly
MailFathom.Application.dll

EndedAt

Gets when the run reached the end of its scope, or null while it has not.

public DateTimeOffset? EndedAt { get; init; }

Property Value

DateTimeOffset?

Remarks

It is written by the attempt that found no mail left, so a run whose job is waiting in the queue, running, or dead-lettered is outstanding alike. Which of those it is, is a question about the queue rather than about the run, and mfctl jobs dead-letters is where it is answered.