Enum Class Download.Status

java.lang.Object
java.lang.Enum<Download.Status>
org.gbif.api.model.occurrence.Download.Status
All Implemented Interfaces:
Serializable, Comparable<Download.Status>, Constable
Enclosing class:
Download

public static enum Download.Status extends Enum<Download.Status>
Reflects the possibles statuses of a download during its execution. The download statuses are: - PREPARING: the download is in a queue, waiting for other downloads to complete - RUNNING: the download is being processed - SUCCEEDED: the file is ready to be downloaded - CANCELLED: the download was cancelled by the user - KILLED: the download was killed by the workflow engine - FAILED: the download failed - SUSPENDED: the download was paused and its execution will be resumed later - FILE_ERASED: the download was successful, but the download file has been deleted