shouldContinue

open suspend fun shouldContinue(warnings: Set<Warning>): Boolean

Asks the delegate whether the service should continue with the given warnings. Default implementation ignores any warnings and returns true.