totalPauseDuration property

  1. @TagNumber.new(7)
Duration get totalPauseDuration

The accumulated duration the replication cycle was paused.

Implementation

@$pb.TagNumber(7)
$10.Duration get totalPauseDuration => $_getN(3);
  1. @TagNumber.new(7)
set totalPauseDuration (Duration v)

Implementation

@$pb.TagNumber(7)
set totalPauseDuration($10.Duration v) {
  setField(7, v);
}