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.
Runs the associated workflow, after first clearing any results stored by its actions during any previous run.
@IBAction func run(_ sender: Any)Object that initiated the run action.