namespace ZB.MOM.WW.OtOpcUa.Configuration.Enums; /// /// Lifecycle of a deployment artifact dispatched by the v2 ConfigPublishCoordinator. /// Replaces the v1 ConfigGeneration draft/publish lifecycle (decision tracked in the /// v2 hosting-alignment design doc). /// public enum DeploymentStatus { Dispatching = 0, AwaitingApplyAcks = 1, Sealed = 2, PartiallyFailed = 3, TimedOut = 4, }