Stops a workflow, clears any action results, and resets the workflow back to an un-run state.
SDK
- macOS 10.7+
Framework
- Automator
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.
SDK
Framework
@IBAction func reset(_ sender: Any)
sender
Object that initiated the reset action.
func pause(Any)
Pauses a workflow that is running.
func run(Any)
Runs the associated workflow, after first clearing any results stored by its actions during any previous run.
func step(Any)
In a paused workflow, runs the next action in the workflow and then pauses again.
func stop(Any)
Stops the associated workflow.
func workflow Controller Will Run(AMWorkflow Controller)
Tells the delegate that the workflow controller object is about to run.
func workflow Controller Did Run(AMWorkflow Controller)
Tells the delegate that the workflow controller object finished running.
func workflow Controller Will Stop(AMWorkflow Controller)
Tells the delegate that the workflow controller object is about to stop.
func workflow Controller Did Stop(AMWorkflow Controller)
Tells the delegate that the workflow controller object has stopped.