getStepBeforeStep method
Returns the step that precedes the specified step, if there is one.
Implementation
RPStep? getStepBeforeStep(RPStep step, RPTaskResult result) => null;
Returns the step that precedes the specified step, if there is one.
RPStep? getStepBeforeStep(RPStep step, RPTaskResult result) => null;