Returns a boolean indicating whether autosave is enabled.
boolean
function getAutosaveEnabled(state) { return state.autosaveEnabled; }