Click or drag to resize

ImportProfileStatus Enumeration

Enum used for status of an import in ODW

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.Model
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum ImportProfileStatus
Members
  Member nameValueDescription
Initiated0
Running1
Success2
Aborted3
Waiting4
Error5
Warning6
PartlyComplete7
See Also