@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias HookRunSummary

    type HookRunSummary = {
        completedAt: bigint | null;
        displayOrder: bigint;
        durationMs: bigint | null;
        entries: HookOutputEntry[];
        eventName: HookEventName;
        executionMode: HookExecutionMode;
        handlerType: HookHandlerType;
        id: string;
        scope: HookScope;
        source: HookSource;
        sourcePath: AbsolutePathBuf;
        startedAt: bigint;
        status: HookRunStatus;
        statusMessage: string | null;
    }
    Index

    Properties

    completedAt: bigint | null
    displayOrder: bigint
    durationMs: bigint | null
    entries: HookOutputEntry[]
    eventName: HookEventName
    executionMode: HookExecutionMode
    handlerType: HookHandlerType
    id: string
    scope: HookScope
    source: HookSource
    sourcePath: AbsolutePathBuf
    startedAt: bigint
    statusMessage: string | null