---
title: GetDeviceIsRunning
framework: audiodriverkit
role: symbol
role_heading: Instance Method
path: audiodriverkit/iouseraudioclockdevice/getdeviceisrunning
---

# GetDeviceIsRunning

Gets a Boolean value that indicates whether the device is running.

## Declaration

```occ
bool GetDeviceIsRunning();
```

## Return Value

Return Value true if the device is running; false otherwise.

## Discussion

Discussion This method synchronizes by using the work queue created by the object.

## See Also

### Working with Clock Device State

- [SetDeviceIsAlive](audiodriverkit/iouseraudioclockdevice/setdeviceisalive.md)
- [GetDeviceIsAlive](audiodriverkit/iouseraudioclockdevice/getdeviceisalive.md)
- [SetIsHidden](audiodriverkit/iouseraudioclockdevice/setishidden.md)
- [GetIsHidden](audiodriverkit/iouseraudioclockdevice/getishidden.md)
