---
title: dispatchNext
framework: kernel
role: pseudoSymbol
path: kernel/ioatacontroller/1811887-dispatchnext
---

# dispatchNext

Causes the command at the front of the queue to dequeue, made the current command and begin execution.

## Declaration

```occ
virtual IOReturn dispatchNext(
 void ); 
```

## Return Value

Return Value noErr indicates successful dispatch.

## See Also

### Miscellaneous

- [busCanDispatch](kernel/ioatacontroller/1811873-buscandispatch.md)
- [handleCommand](kernel/ioatacontroller/1811902-handlecommand.md)
