ActionLogResult Enumeration

Enumerates the possible outcomes from an action in a IActionLog component

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9017.0
C#
public enum ActionLogResult

Members

Attempted0The action was started but not necessarily concluded
Succeeded1The action concluded successfully
Changed2The action changed the properties of an object
Unchanged3The action did not result in changes to the system
Failed4The action concluded but did not succeed
Unauthorized5The user attempting the action was not authorized
Error6The action threw an exception

See Also