async Get Recipe Predicate Results
open fun asyncGetRecipePredicateResults(context: CRecipePredicate.Context, whenEmptyDefault: Boolean = true): CompletableFuture<Boolean>
Returns CRecipePredicate inspection result on async.
Each predicate runs on a virtual thread (off the main thread). Even if the given CRecipePredicate.Context.asyncContext is null, an async context is set internally before predicates run.
Return
CompletableFuture Result of run tests
Since
5.0.17
Parameters
context
Context of inspection
when Empty Default
Result returned when CRecipe.predicates is null or empty (default = true)