performConditionCheck abstract method

Future<bool> performConditionCheck()

Performs the condition check for this waiting step.

This method should be implemented to define the specific condition that needs to be met for this step to be considered complete.

Implementation

Future<bool> performConditionCheck();