async Get Recipe Predicate Results
open fun asyncGetRecipePredicateResults(context: CRecipePredicate.Context, whenEmptyDefault: Boolean = true): CompletableFuture<Boolean>
Returns CRecipePredicate inspection result on async.
Even if the given CRecipePredicate.Context.isAsync is false, it is unexpectedly true at runtime and provided to the executed predicates.
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)