499500501502503504505506507508509
*/ if (!isDisplayOperation && !isResourceOperation) { try { runnable.run(); } catch (Exception e) { runnable.handleException(e); } } else SafeRunner.run(runnable); }