Table of Contents

Property Bookmarks

Namespace
Millrace.Storage
Assembly
Millrace.dll

Bookmarks

Bookmarks inserted in the same transaction (workflow engine, 0.3).

public IReadOnlyList<BookmarkRecord> Bookmarks { get; init; }

Property Value

IReadOnlyList<BookmarkRecord>

Remarks

A wait must appear exactly when the cursor says the instance is waiting. Inserted separately and it could exist without the cursor knowing (a duplicate wait on retry) or the cursor could say "suspended" with no bookmark to wake it — an instance parked forever. Same reasoning as Checkpoint, same solution.