Contents

workflowController(_:didRun:)

Notifies the delegate when the specified action finishes running.

Declaration

optional func workflowController(_ controller: AMWorkflowController, didRun action: AMAction)

Parameters

  • controller:

    The controller object sending the message.

  • action:

    The workflow action that ran.

See Also

Running