isPreviousSignal

abstract fun isPreviousSignal(signal: WaitSignal): Boolean

Determines if the given wait signal represents a prerequisite stage. Prerequisite signals are those that must complete before this wait strategy can consider its waiting condition satisfied.

Return

true if this is a prerequisite signal, false otherwise.

Parameters

signal

The wait signal to evaluate.