ActionLogResult Enumeration
Enumerates the possible outcomes from an action in a
IActionLog
component
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.3.9666.0
public enum ActionLogResult
| Attempted | 0 | The action was started but not necessarily concluded |
| Succeeded | 1 | The action concluded successfully |
| Changed | 2 | The action changed the properties of an object |
| Unchanged | 3 | The action did not result in changes to the system |
| Failed | 4 | The action concluded but did not succeed |
| Authorized | 5 | The action was permitted |
| Unauthorized | 6 | The user attempting the action was not authorized |
| Error | 7 | The action threw an exception |