Table of Contents

Property Checkpoint

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

Checkpoint

Gets or sets a callback invoked at block-list boundaries during resolution. Throwing from it aborts the resolution.

public Action? Checkpoint { get; set; }

Property Value

Action

Remarks

The counterpart of Checkpoint, and for the same reason: cancellation and the wall-clock budget belong to the caller, and resolution is long enough on a large document to be worth interrupting.