Property Checkpoint
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
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.