Table of Contents

Property WorkerId

Namespace
Millrace.Storage
Assembly
Millrace.dll

WorkerId

The worker currently holding the claim; null when nothing holds it.

public string? WorkerId { get; init; }

Property Value

string

Remarks

Also one of the three values a JobTransition fences on, which is what stops a worker that has lost its lease from writing an outcome for a job someone else now owns.