hasFinishedMethodReduce property

bool hasFinishedMethodReduce
final

Is true when the reduce method finished executing normally, returning a value. Is false if it has not yet finished executing or if it threw an error.

Implementation

final bool hasFinishedMethodReduce;