In my app, I would like to return early if one of the hooks returns some specific value. Would that be possible? So for example `hook.callUntil({args: [...], condition: result => result.foo})`.