stopExecution(_:)
Allows you to perform custom tasks when the QCPlugIn object stops executing.
Declaration
func stopExecution(_ context: (any QCPlugInContext)!)Parameters
- context:
An opaque object , conforming to the Qcplugincontext protocol, that represents the execution context of the
QCPlugInobject. Do not retain this object or use it outside of the scope of this method.
Discussion
The Quartz Composer engine calls this method when it stops executing. You can optionally override this execution method to perform cleanup tasks.