Searched refs:lastSave (Results 1 – 2 of 2) sorted by relevance
49 this.lastSave = null;69 if (this.lastSave) {71 let elapsed = Math.round( (Date.now()-this.lastSave)/1000 );87 this.lastSave = Date.now();
920 private $lastSave; variable in BatcheditProgress930 $this->lastSave = 0;943 if (microtime(TRUE) > $this->lastSave + self::SAVE_PERIOD) {977 $this->lastSave = microtime(TRUE);