Node.disconnect
You're seeing just the function
disconnect
, go back to Node module for more information.
Specs
Forces the disconnection of a node.
This will appear to the node
as if the local node has crashed.
This function is mainly used in the Erlang network authentication
protocols. Returns true
if disconnection succeeds, otherwise false
.
If the local node is not alive, the function returns :ignored
.
For more information, see :erlang.disconnect_node/1
.