Contents

run(_:)

Runs the associated workflow, after first clearing any results stored by its actions during any previous run.

Declaration

@IBAction func run(_ sender: Any)

Parameters

  • sender:

    Object that initiated the run action.

See Also

Controlling the Workflow