planProgress property

  1. @ImcField('Plan -- Progress', 'plan_progress', ImcType.typeFp32, units: '%')
double planProgress

Current plan estimated progress in percent. The value will be negative if unknown or undefined.

Implementation

@ImcField('Plan -- Progress', 'plan_progress', ImcType.typeFp32, units: '%')
double get planProgress;