remainingIterationsCount property

int remainingIterationsCount

How many iterations this controller has remaining. When this reaches 0 the controller is considered completed.

Implementation

int get remainingIterationsCount => _remainingCount;