isWaitingForFunction
Checks if a function matches the criteria specified by this NamedFunctionInfo. Used to determine if a wait strategy should be notified about a specific function execution. Returns true if all specified criteria (context, processor, name) match or are not specified.
Return
true if the function matches the waiting criteria, false otherwise.
Parameters
function
The function info to check against this criteria.