Puppeteer.isCommunicationEstablished

Undocumented in source. Be warned that the author may not have intended to support it.
class Puppeteer(CommunicatorT, VarMonitorTypes...)
@property
bool
isCommunicationEstablished
()
if (
isCommunicator!(CommunicatorT, VarMonitorTypes) &&
allSatisfy!(isVarMonitorTypeSupported, VarMonitorTypes)
)

Meta