Instance Method
workflowControllerDidStop(_:)
Tells the delegate that the workflow controller object has stopped.
SDK
- macOS 10.4–10.13Deprecated
Parameters
controller
The workflow controller object that stopped.
See Also
Controlling the workflow
func reset(Any)
Stops a workflow, clears any action results, and resets the workflow back to an un-run state.
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.