Contents

executionMode()

Returns the execution mode of the custom patch.

Declaration

class func executionMode() -> QCPlugInExecutionMode

Return 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.

See Also

Defining the Characteristics of a Custom Patch