reset(_:)
Stops a workflow, clears any action results, and resets the workflow back to an un-run state.
Declaration
@IBAction func reset(_ sender: Any)Parameters
- sender:
Object that initiated the reset action.
Stops a workflow, clears any action results, and resets the workflow back to an un-run state.
@IBAction func reset(_ sender: Any)Object that initiated the reset action.