@squidcloud/client
    Preparing search index...

    Interface KeepAliveRequest

    Represents a keep-alive request signalling that the client still owns the listed active jobs.

    interface KeepAliveRequest {
        jobIds: string[];
    }
    Index

    Properties

    Properties

    jobIds: string[]

    The identifiers of the jobs the client is keeping alive.