> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ACP_SUBMIT_COMMAND_TYPE

> ACP_SUBMIT_COMMAND_TYPE

# ACP\_SUBMIT\_COMMAND\_TYPE

Indicates whether to check the command to be submitted and all past commands are completed before returning.

## Syntax

```cpp theme={null}
enum ACP_SUBMIT_COMMAND_TYPE    
{  
    ACP_COMMAND_IGNORE_COMPLETION = 0,  
    ACP_COMMAND_WAIT_FOR_COMPLETION = 1  
}  
```

## Constants

| Constant                            | Description                  |
| ----------------------------------- | ---------------------------- |
| ACP\_COMMAND\_IGNORE\_COMPLETION    | Ignore command completion.   |
| ACP\_COMMAND\_WAIT\_FOR\_COMPLETION | Wait for command completion. |

## Requirements

**Header:** acphal.h\
**Supported Platforms**: XBOX One family consoles and XBOX Series consoles

## See also

[acphal](/reference/audio/acphal/acphal_members)


## Related topics

- [AcpHal](/reference/audio/acphal/acphal_members.md)
- [ACP_COMMAND_TYPE](/reference/audio/acphal/enums/acp_command_type.md)
- [IAcpHal::SubmitCommand](/reference/audio/acphal/interfaces/IAcpHal/methods/iacphal_submitcommand.md)
- [ACP overview](/build/console-features/audio/overviews/acp-overview.md)
- [ACP_COMMAND_INCREMENT_DMA_POINTER](/reference/audio/acphal/structs/acp_command_increment_dma_pointer.md)
