130131132133134135136137138139140
throw new Exception(ABORT); } if(!importResources()){ setProgress(1.0f); throw new JobCanceledException(ABORT); } setProgress(1f); return null; } });