It seems that for all objects the "stats" node does not get updated in the model update processes. As a result of the "stats" node not being updated to utilize tracked variables (method used in 2017). The stats family of FlexScript commands do not work and error out.
Object obj = current; double outVal = obj.stats.output.value; //fails double outVal = obj.stats.input.value; //fails