statusHistory property

  1. @TagNumber(3)
List<PlanStatus> statusHistory

The prior status changes that have happened during plan execution

Implementation

@$pb.TagNumber(3)
$core.List<PlanStatus> get statusHistory => $_getList(2);