Node.online

Indicates whether or not the node is still connected to the hub.

class Node
inout @property @safe
bool
online
()

Examples

auto node = server.nodeWithName("node");
assert(node.online);

Meta