Variable FullNode.is_shutting_down

Node is shutting down

class FullNode
{
  // ...
  bool is_shutting_down ;
  // ...
}