The state of the plan execution
@$pb.TagNumber(1) PlanState get state => $_getN(0);
@$pb.TagNumber(1) set state(PlanState v) { setField(1, v); }