inErrorRoutine property

bool inErrorRoutine
getter/setter pairinherited

A flag indicating we're running in the error routine.

Set to avoid infinite loop if in errors in the error routine.

Implementation

bool inErrorRoutine = false;