manEta property

  1. @ImcField('Maneuver -- ETA', 'man_eta', ImcType.typeInt32, units: 's')
int manEta

Current node estimated time to completion, when executing a plan. The value will be -1 if the time is unknown or undefined.

Implementation

@ImcField('Maneuver -- ETA', 'man_eta', ImcType.typeInt32, units: 's')
int get manEta;