namespace LibBeatmapDownload; public enum Status { NotQueued, Error, Waiting, Connecting, Downloading, Finished }