ISPO SDK
    Preparing search index...

    Interface AgentSessionCancelResult

    Markdown
    interface AgentSessionCancelResult {
        cancelled: boolean;
        controllerProjectId?: string;
        projectId: string;
        projectName?: string;
        sessionId: string;
        stateRevision: number;
        status: AgentSessionStatus;
    }
    Index
    cancelled: boolean
    controllerProjectId?: string
    projectId: string

    Target project; this may differ from controllerProjectId.

    projectName?: string
    sessionId: string
    stateRevision: number