G-code Preview — API Reference
    Preparing search index...
    interface AsyncParseResult {
        cancelled: boolean;
        ir: ToolpathIR;
        metadata?: DialectMetadata;
        stats: ParseStats;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cancelled: boolean
    metadata?: DialectMetadata

    Dialect/machine metadata (DD-005 §4.2) — populated by the worker pipeline when dialect adapters are registered and matched; absent otherwise.

    stats: ParseStats