SystemActionStatus Enumeration |
Namespace: Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
public enum SystemActionStatus
| Member name | Value | Description | |
|---|---|---|---|
| ToDo | 0 | action not performed | |
| OK | 1 | Action is done | |
| Running | 2 | Running | |
| Warning | 3 | there is a warning | |
| Error | 4 | Error | |
| NotRelevant | 5 | Status is set to not relevant | |
| Aborted | 6 | Aborted by a user manually |