290291292293294295296297298299300
isModelBusy = isBusy; if (isModelBusy) { Util.Assert(pulsator == null, "Previous pulsator has not been disposed of properly);"); pulsator = new Pulsator(this); } else { if (pulsator != null) { pulsator.finish(); pulsator = null; }