timeout property

  1. @ImcField('Timeout', 'timeout', ImcType.typeUInt16, units: 's')
int timeout

The amount of time the maneuver is allowed to run. If the maneuver is not completed in the amount of time specified an error will be generated.

Implementation

@ImcField('Timeout', 'timeout', ImcType.typeUInt16, units: 's')
int get timeout;