redoAll(options = {}) {
    let state = this.get('_rootMachineState');
    return this.redo(state.get('redoStack.length'), options);
  },