Functions
The following functions are available globally.
-
Checks equality of the runner state, including index of currently running step
Declaration
Swift
public func == (lhs: StepRunnerState, rhs: StepRunnerState) -> Bool -
Checks inequality of the runner state, including index of currently running step
Declaration
Swift
public func != (lhs: StepRunnerState, rhs: StepRunnerState) -> Bool
View on GitHub
Install in Dash
Functions Reference