Click or drag to resize

MigrationStage Enumeration

Stage on which migration process is

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Migration.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum MigrationStage
Members
  Member nameValueDescription
None0 Migration not requested
Requested1 Migration requested but not started
InProgress2 Migration in progress
ManualActionNeeded3 Automatic migration finished with some manual actions left
See Also