abort property

  1. @TagNumber(14)
AbortInfo abort

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

Implementation

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

Implementation

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