Table of Contents

Property LastOutcome

Namespace
Millrace.Storage.Monitoring
Assembly
Millrace.dll

LastOutcome

What became of the most recently created job this definition produced, or null if it has produced none.

public JobState? LastOutcome { get; init; }

Property Value

JobState?

Remarks

The most recently created job, not the most recently finished: an occurrence still running should read Processing rather than showing last night's success and implying the current run is fine.

Null is not "unknown" — it means this definition has never produced a job, which for a definition whose NextFireTime is long past is itself the answer.