destMan property

  1. @ImcField('Destination Maneuver Name', 'dest_man', ImcType.typePlaintext)
String destMan

Target maneuver name. If it equals the special value 'done' then plan should terminate with a success status. If it equals the special value 'error' then the plan should terminate with an error status.

Implementation

@ImcField('Destination Maneuver Name', 'dest_man', ImcType.typePlaintext)
String get destMan;