<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Node-DuckDB API](./node-duckdb.md) &gt; [Connection](./node-duckdb.connection.md) &gt; [isClosed](./node-duckdb.connection.isclosed.md)

## Connection.isClosed property

If the connection is closed returns true, otherwise false.

<b>Signature:</b>

```typescript
get isClosed(): boolean;
```
