@archastro/sdk
    Preparing search index...

    Interface TaskSessionLease

    A task-session lease returned only to its matching holder.

    interface TaskSessionLease {
        expires_at: string;
        harness: string;
        lease_id: string;
        renewed_at: string;
        session_id: string;
        session_name: string;
    }
    Index

    Properties

    expires_at: string

    Server-calculated lease expiry in ISO 8601 format.

    harness: string

    Bounded harness identifier for the matching coding session.

    lease_id: string

    Caller-generated fencing token required for renewal and release.

    renewed_at: string

    Server timestamp for the most recent claim, reclaim, or renewal.

    session_id: string

    Opaque caller-generated coding-session identifier.

    session_name: string

    Display name supplied by the matching coding session.