---
title: kQCPlugInExecutionModeConsumer
framework: quartz
role: symbol
role_heading: Global Variable
path: quartz/kqcpluginexecutionmodeconsumer
---

# kQCPlugInExecutionModeConsumer

A consumer execution mode. The custom patch always executes assuming the value of its Enable input port is true. (The Enable port is automatically added by the system.)

## Declaration

```swift
var kQCPlugInExecutionModeConsumer: QCPlugInExecutionMode { get }
```

## See Also

### Constants

- [kQCPlugInExecutionModeProvider](quartz/kqcpluginexecutionmodeprovider.md)
- [kQCPlugInExecutionModeProcessor](quartz/kqcpluginexecutionmodeprocessor.md)
