eta property

  1. @ImcField('Completion Time', 'eta', ImcType.typeUInt16, units: 's')
int eta

Estimated time to completion of the maneuver, when executing. The value will be 65535 if the time is unknown or undefined.

Implementation

@ImcField('Completion Time', 'eta', ImcType.typeUInt16, units: 's')
int get eta;