---
title: AVAudioEngineManualRenderingStatus.cannotDoInCurrentContext
framework: avfaudio
role: symbol
role_heading: Case
path: avfaudio/avaudioenginemanualrenderingstatus/cannotdoincurrentcontext
---

# AVAudioEngineManualRenderingStatus.cannotDoInCurrentContext

An operation that the system can’t perform under the current conditions.

## Declaration

```swift
case cannotDoInCurrentContext
```

## Discussion

Discussion This status guards a real-time render operation when a reconfiguration of the engine’s internal state is in progress. The client can try again later.

## See Also

### Constants

- [AVAudioEngineManualRenderingStatus.error](avfaudio/avaudioenginemanualrenderingstatus/error.md)
- [AVAudioEngineManualRenderingStatus.success](avfaudio/avaudioenginemanualrenderingstatus/success.md)
- [AVAudioEngineManualRenderingStatus.insufficientDataFromInputNode](avfaudio/avaudioenginemanualrenderingstatus/insufficientdatafrominputnode.md)
