Table of Contents

Enum GridTraceIntervalStatus

Namespace
GridForge.Grids
Assembly
GridForge.dll

Reports completion or a deterministic caller-supplied trace ceiling.

public enum GridTraceIntervalStatus : byte

Fields

AddressCandidateLimitExceeded = 1

The candidate-address ceiling was exhausted.

CandidateWorkLimitExceeded = 5

The combined candidate-grid and candidate-address work ceiling was exhausted.

Complete = 0

The complete trace was written.

GridCandidateLimitExceeded = 4

The candidate-grid ceiling was exhausted.

OutputLimitExceeded = 2

The output interval ceiling was exceeded.

UnrepresentableGeometry = 3

A candidate grid cell could not be represented exactly.