Property LastDispatchedJobId
- Namespace
- MailFathom.Application.Jobs.Scheduling
- Assembly
- MailFathom.Application.dll
LastDispatchedJobId
Gets the job the last dispatch enqueued, or null when none is being watched.
public JobId? LastDispatchedJobId { get; init; }
Property Value
Remarks
What makes one run per schedule at a time enforceable rather than assumed: the next occasion asks what became of this job, and stands down while it is still pending or held.