inErrorRoutine property
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;
A flag indicating we're running in the error routine.
Set to avoid infinite loop if in errors in the error routine.
bool inErrorRoutine = false;