[#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(0x7f2e2b74a2e8), requires_capability(0x7f2e28942ff8), requires_capability(0x7f2e234d21d8), requires_capability(0x7f2e2737e978), requires_capability(0x7f2e235f0008), requires_capability(0x7f2e2a34c0f8), requires_capability(0x7f2e219f8ec8), requires_capability(0x7f2e21c83d88), requires_capability(0x7f2e1aa368e8), requires_capability(0x7f2e376b89c8), requires_capability(0x7f2e433ce558)]] 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]#