1. function checkProgressState(){
  2.     if (!completionIndicator){
  3.         message = "WARNING: Your data is still saving, if you choose to exit your information may be lost.\n\n Please try again in a few seconds.\n";
  4.         return message;    
  5.     }
  6. }