[#CConnman-OutboundTargetReached] = xref:CConnman.adoc[CConnman]::OutboundTargetReached :relfileprefix: ../ :mrdocs: check if the outbound target is reached if param historicalBlockServingLimit is set true, the function will response true if the limit for serving historical blocks has been reached == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f950f5ffce8), requires_capability(0x7f950ed88518), requires_capability(0x7f950b490788), requires_capability(0x7f95034d33a8), requires_capability(0x7f950e210778), requires_capability(0x7f9527748418), requires_capability(0x7f950c3255a8), requires_capability(0x7f950c2411d8), requires_capability(0x7f95018ba988), requires_capability(0x7f950bd92838), requires_capability(0x7f95065c9f38)]] bool OutboundTargetReached(bool historicalBlockServingLimit) const; ---- == Return Value true if the applicable outbound target has been reached. == Parameters [cols="1,4"] |=== | Name| Description | *historicalBlockServingLimit* | if true, test the historical‐block serving limit instead of the total limit. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#