Contents

delegate

The controller’s delegate.

Declaration

weak var delegate: (any AMWorkflowControllerDelegate)? { get set }

Return Value

The controller’s delegate.

Discussion

This object receives updates on the progress and state of the workflow controller.

See Also

Accessing the Delegate