executionMode()
Returns the execution mode of the custom patch.
Declaration
class func executionMode() -> QCPlugInExecutionModeReturn Value
The execution mode of the custom patch. See QCPlugInExecutionMode for the constants you can return.
Discussion
You must implement this method to define whether your custom patch is a provider, a processor, or a consumer.