isPrevious

fun isPrevious(processingStage: CommandStage): Boolean

Checks if the given stage is a prerequisite for this stage.

Return

true if the given stage is required before this stage

Parameters

processingStage

the stage to check