shouldNotify

abstract fun shouldNotify(signal: WaitSignal): Boolean

Evaluates whether the wait signal should trigger a notification. Allows for complex filtering logic based on signal properties like stage, function info, error status, etc.

Return

true if notification should be sent for this signal, false otherwise.

Parameters

signal

The wait signal being evaluated for notification.