AsyncProcessStep
public class AsyncProcessStep : Step
Step that performs some async processing, can update the model dictionary, and can be used to drive control flow of the steps.
-
Initializer.
Declaration
Swift
public init(handler: @escaping AsyncProcessStepHandler)
Parameters
handler
The action to perform in this step.
-
Declaration
Swift
public func run(with _: Browser, model: JSON, completion: @escaping StepCompletionCallback)