nextReportIndex property

String? nextReportIndex
getter/setter pair

The index value to use for the next report sent by the worker.

Note: If the report call fails for whatever reason, the worker should reuse this index for subsequent report attempts.

Implementation

core.String? nextReportIndex;