Table of Contents

Struct GridNavigationBodyTraceReport

Namespace
GridForge.Grids
Assembly
GridForge.dll

Summarizes one bounded swept navigation-body trace.

public readonly struct GridNavigationBodyTraceReport
Inherited Members

Properties

AddressCandidateCount

The number of candidate addresses examined.

public int AddressCandidateCount { get; }

Property Value

int

CandidateWorkCount

The exact combined grid and address work completed.

public long CandidateWorkCount { get; }

Property Value

long

CellCount

The number of required and dependency-evidence cells written.

public int CellCount { get; }

Property Value

int

GridCandidateCount

The number of candidate grids examined.

public int GridCandidateCount { get; }

Property Value

int

IsComplete

Whether the complete physical prism union was written.

public bool IsComplete { get; }

Property Value

bool

RunStamp

The exact committed world revision observed by the trace.

public GridCoveredAddressRunStamp RunStamp { get; }

Property Value

GridCoveredAddressRunStamp

Status

The completion status.

public GridNavigationBodyTraceStatus Status { get; }

Property Value

GridNavigationBodyTraceStatus