shutdownSeconds property

  1. @TagNumber(98)
int get shutdownSeconds

Tell the node to shutdown in this many seconds (or <0 to cancel shutdown)

Implementation

@$pb.TagNumber(98)
$core.int get shutdownSeconds => $_getIZ(51);
  1. @TagNumber(98)
set shutdownSeconds (int value)

Implementation

@$pb.TagNumber(98)
set shutdownSeconds($core.int value) => $_setSignedInt32(51, value);