shutdownSeconds property
Tell the node to shutdown in this many seconds (or <0 to cancel shutdown)
Implementation
@$pb.TagNumber(98)
$core.int get shutdownSeconds => $_getIZ(51);
Implementation
@$pb.TagNumber(98)
set shutdownSeconds($core.int value) => $_setSignedInt32(51, value);