abort property

  1. @TagNumber.new(14)
AbortInfo get abort

Display information of the final state "abort" and reason.

Implementation

@$pb.TagNumber(14)
AbortInfo get abort => $_getN(13);
  1. @TagNumber.new(14)
set abort (AbortInfo v)

Implementation

@$pb.TagNumber(14)
set abort(AbortInfo v) {
  setField(14, v);
}