[#btcsignals-connection-connected] = xref:btcsignals.adoc[btcsignals]::xref:btcsignals/connection.adoc[connection]::connected :relfileprefix: ../../ :mrdocs: Returns true if this connection was created by a signal and has not been disabled. == Synopsis Declared in `<util/btcsignals.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool connected() const; ---- == Return Value true if the connection is associated with a signal and still enabled. [.small]#Created with https://www.mrdocs.com[MrDocs]#