@molroo-ai/sdk
    Preparing search index...

    Interface TickResult

    Result of a tick or time jump operation.

    interface TickResult {
        elapsedSeconds: number;
        pendingEventsProcessed: number;
        phaseChanged?: { from: string; to: string; triggerId: string };
    }
    Index

    Properties

    elapsedSeconds: number
    pendingEventsProcessed: number
    phaseChanged?: { from: string; to: string; triggerId: string }