package de.dlr.shepard.data.timeseries.migration.model; public enum MigrationTaskState { Planned, Running, Finished, }