Table of Contents

Property RequeuedFrom

Namespace
Millrace.Storage
Assembly
Millrace.dll

RequeuedFrom

The job this one was requeued from, if any (§11.19).

public JobId? RequeuedFrom { get; init; }

Property Value

JobId?

Remarks

Requeue mints a new job rather than reviving a terminal one, because every other part of the contract treats a terminal record as immutable. This is what keeps the two ends visible to each other in the dashboard. Distinct from ParentId, which means a continuation and carries the Awaiting activation and cancel-cascade semantics — a requeue inherits neither.