663664665666667668669670671672673
UIFunctions uif = UIFunctionsManager.getUIFunctions(); if ( uif != null ){ try{ uif.forceNotify( UIFunctions.STATUSICON_NONE, null, alert_text, null, null, 0 ); completed = true; }catch( Throwable e ){
19081909191019111912191319141915191619171918
UIFunctions ui_functions = UIFunctionsManager.getUIFunctions(); if ( ui_functions != null ){ ui_functions.forceNotify( UIFunctions.STATUSICON_NONE, null, message, null, new Object[0], -1 ); } Logger.log( new LogAlert( LogAlert.UNREPEATABLE,