/**
   * Shutdown the file loader and release all resources
   *
   * @param immediate boolean
   */
  public void shutdownLoader(boolean immediate) {

    // Shutdown the background load/save thread pool

    if (m_backgroundLoader != null) m_backgroundLoader.shutdownThreads();
  }