Click or drag to resize

SystemActionStatus Enumeration

action status

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum SystemActionStatus
Members
  Member nameValueDescription
ToDo0 action not performed
OK1 Action is done
Running2 Running
Warning3 there is a warning
Error4 Error
NotRelevant5 Status is set to not relevant
Aborted6 Aborted by a user manually
See Also