spawn-ts API reference - v0.6.0
    Preparing search index...

    Interface TickInput

    Inputs the engine can't derive from tags: live activity signals + clock.

    interface TickInput {
        completionFilePresent: boolean;
        isIdle: boolean;
        nowMs: number;
    }
    Index
    completionFilePresent: boolean

    Whether the completion-signal file is present (completion rule).

    isIdle: boolean

    Whether the instance currently looks idle (below CPU threshold, no sessions).

    nowMs: number