progressPercent property

int? progressPercent
getter/setter pair

The percentage of total completion ranging from 0 to 100.

If the scan is in queue, the value is 0. If the scan is running, the value ranges from 0 to 100. If the scan is finished, the value is 100.

Output only.

Implementation

core.int? progressPercent;