[#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(0x7ff36f782a48), requires_capability(0x7ff36f4692b8), requires_capability(0x7ff37f408878), requires_capability(0x7ff377565648), requires_capability(0x7ff37b6a0b48), requires_capability(0x7ff37e1c8778), requires_capability(0x7ff379a7ecc8), requires_capability(0x7ff36f4a5d08), requires_capability(0x7ff37bc16968), requires_capability(0x7ff3814a6938), requires_capability(0x7ff3666cd9b8)]] 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]#