• Checks if the swarm associated with the given client ID is currently busy.

    Parameters

    • clientId: string

      The unique identifier of the client whose swarm status is being checked.

    Returns Promise<boolean>

    A promise that resolves to true if the swarm is busy, or false otherwise.