Returns a boolean indicating whether the track saver is currently in progress.
boolean
function getTrackSaverInProgress(state) { return state.progress["SAVE_TRACK"].percent != null; }