All Downloads are FREE. Search and download functionalities are using the official Maven repository.

enterprises.orbital.evekit.model.ESISyncState Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
package enterprises.orbital.evekit.model;

/**
 * Possible states for an ESI category sync tracker.
 */
public enum ESISyncState {
  /**
   * Haven't started processing this category yet.
   */
  NOT_PROCESSED,

  /**
   * Updated category with no errors.
   */
  FINISHED,

  /**
   * Category not updated because of an unrecoverable error.
   */
  ERROR,

  /**
   * Category completed but not in an expected way.  This may be benign (e.g. one ore more missing scoped).
   */
  WARNING
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy