code/KustoCopyConsole/Entity/State/IterationState.cs (
10
lines of code) (
raw
):
namespace KustoCopyConsole.Entity.State { public enum IterationState { Starting, Planning, Planned, Completed } }