ActionLogResult Enumeration
            Enumerates the possible outcomes from an action in a 
IActionLog
            component
            
Namespace: InnerDrive.LoggingAssembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9417.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 | 
| Unauthorized | 5 | The user attempting the action was not authorized | 
| Error | 6 | The action threw an exception |