| 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
Syntaxpublic enum MigrationStage
Members
| Member name | Value | Description |
---|
| None | 0 |
Migration not requested
|
| Requested | 1 |
Migration requested but not started
|
| InProgress | 2 |
Migration in progress
|
| ManualActionNeeded | 3 |
Automatic migration finished with some manual actions left
|
See Also