···6363 ingestAutoStart?: boolean;
6464 setIngestAutoStart?: (autoStart: boolean) => void;
65656666+ /** stop ingest process, again with a slight delay to allow UI to update */
6767+ stopIngest: () => void;
6868+6669 /** Timestamp (number) when ingest started, or null if not started */
6770 ingestStarted: number | null;
6871