hasNextStep

abstract fun hasNextStep(): Boolean

This method should check to see if another step is necessary for the iterative process. True means that the process has another step to be executed. False, means that no more steps are available for execution.

Return

true if another step is present