shutdown method

void shutdown()

Shuts down the node

Implementation

void shutdown() {
  this._nodeSendPort.send({"cmd": "SHUTDOWN"});
}