---
title: handleIsOpen
framework: kernel
role: pseudoSymbol
path: kernel/iostorage/1810905-handleisopen
---

# handleIsOpen

## Declaration

```occ
virtual bool handleIsOpen(
 const IOService *client) const = 0; 
```

## Parameters

- `client`: Client to check the open state of. Set to zero to check the open state of all clients.

## Return Value

Return Value Returns true if the client was (or clients were) open, false otherwise.

## Overview

Overview The handleIsOpen method determines whether the specified client, or any client if none is specified, presently has an open on this object.

## See Also

### Miscellaneous

- [complete](kernel/iostorage/1810767-complete.md)
- [copyPhysicalExtent](kernel/iostorage/1810820-copyphysicalextent.md)
- [handleClose](kernel/iostorage/1810866-handleclose.md)
- [handleOpen](kernel/iostorage/1810948-handleopen.md)
- [lockPhysicalExtents](kernel/iostorage/1810985-lockphysicalextents.md)
- [open](kernel/iostorage/1811013-open.md)
- [read()](kernel/iostorage/1811038-read.md)
- [read()](kernel/iostorage/1811068-read.md)
- [synchronizeCache](kernel/iostorage/1811091-synchronizecache.md)
- [unlockPhysicalExtents](kernel/iostorage/1811117-unlockphysicalextents.md)
- [unmap](kernel/iostorage/1811145-unmap.md)
- [write()](kernel/iostorage/1811168-write.md)
- [write()](kernel/iostorage/1811185-write.md)
