ContainerState¶ public enum ContainerState { Invalid = 0, Created = 1, Running = 2, Exited = 3, Deleted = 4 }