1. function checkProgressState(){
  2.     if (checkProgressFlag) {
  3.         try {
  4.             if (!completionIndicator){
  5.                 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";
  6.                 return message;    
  7.             }
  8.         }
  9.         catch(excpt){ }
  10.     }
  11. }