Saving

Returns a boolean indicating whether the track saver is currently in progress.

Syntax

function getTrackSaverInProgress(state) {
  return state.progress["SAVE_TRACK"].percent != null;
}