execState property

  1. @ImcField('Execution State', 'exec_state', ImcType.typeInt8, units: '%')
int execState

Progress of execution or idle state.

  • -1 means Service mode
  • -2 means Boot mode
  • -3 means Calibration mode
  • -4 means Error mode

Implementation

@ImcField('Execution State', 'exec_state', ImcType.typeInt8, units: '%')
int get execState;