iteration property

int? iteration
final

The zero-based planning iteration that produced this action.

All parallel actions returned by one planning call share the same value. Custom executors may leave this unset for legacy per-step behavior.

Implementation

final int? iteration;