inErrorRoutine property

bool get inErrorRoutine
inherited

A flag indicating we're running in the error routine. Set to avoid infinite loop if in errors in the error routine.

Implementation

bool get inErrorRoutine => _inErrorRoutine;