Variable FullNode.timers

Timers this node has started

class FullNode
{
  // ...
  ITimer[int] timers ;
  // ...
}