identifySucceeded property

bool identifySucceeded
getter/setter pair

Whether identify has completed successfully for this connection. When true, subsequent calls to identifyWait will return immediately without re-running the identify protocol.

Implementation

bool identifySucceeded = false;