Contents

workflowController(_:willRun:)

Notifies the delegate when the specified action is about to run.

Declaration

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

Parameters

  • controller:

    The controller object sending the message.

  • action:

    The workflow action to run.

See Also

Preparing to Run