ResetEnvironmentStep
class ResetEnvironmentStep : Step
extension ResetEnvironmentStep : CustomStringConvertible, Identifiable
Undocumented
-
Execute step action
- context: The context to associate with execution
- completion: The completion callback to be called after execution
Declaration
Swift
override func execute(context: State?, completion: ResetEnvironmentStep.Next?)Parameters
contextThe context to associate with execution
completionThe completion callback to be called after execution
View on GitHub
Install in Dash
ResetEnvironmentStep Class Reference