@qtsurfer/sdk
    Preparing search index...

    Type Alias SweepState

    SweepState: "executing" | "completed" | "failed" | "canceled"

    Sweep lifecycle as observed by the SDK, readable off Sweep.state.

    • 'executing' — submitted and being polled.
    • 'completed' — finished. The platform's own status may still be 'PARTIAL'.
    • 'failed' — the poll itself failed: transport, HTTP, or a stage timeout.
    • 'canceled' — the sweep was aborted and the platform reported it cancelled.