[#BloombergLP-bdlmt-SignalerConnection-isConnected] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/SignalerConnection.adoc[SignalerConnection]::isConnected :relfileprefix: ../../../ :mrdocs: Return whether the associated slot is still connected. == Synopsis Declared in `<bdlmt_signaler.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isConnected() const; ---- == Description Return `true` if the associated slot is connected to the signaler `*this` was obtained from, and `false` otherwise. If `*this` does not have an associated slot (i.e., was default‐constructed), return `false`. == Return Value `true` if the associated slot is connected, and `false` otherwise [.small]#Created with https://www.mrdocs.com[MrDocs]#