getStepBeforeStep method

RPStep? getStepBeforeStep(
  1. RPStep step,
  2. RPTaskResult result
)

Returns the step that precedes the specified step, if there is one.

Implementation

RPStep? getStepBeforeStep(RPStep step, RPTaskResult result) => null;