totalPauseDuration property

  1. @TagNumber(7)
Duration totalPauseDuration

The accumulated duration the replication cycle was paused.

Implementation

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

Implementation

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